Closed
Bug 1578583
Opened 5 years ago
Closed 5 years ago
Add support for a resultSpan property on results
Categories
(Firefox :: Address Bar, enhancement, P2)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This property allows Urlbar results to span multiple rows in the autocomplete dropdown. It is needed so that Interventions can span three rows. We'd need something like UrlbarUtils.getResultSpanForType(result.type)
to return resultSpan
for a given type. We could implement this by setting a min-height
on result rows and use resultSpan
as a multiplier, or we could possibly make the results a flexbox and set the rows' flex-grow
equal to resultSpan
.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee: nobody → htwyford
Iteration: --- → 71.2 - Sept 16 - 29
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by htwyford@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/96fecf5a0833
Add support for a resultSpan property on results. r=adw
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•