Closed
Bug 653670
Opened 14 years ago
Closed 8 years ago
Fade out URL bar text overflow in unfocused state
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox55 | --- | verified |
People
(Reporter: fryn, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Whiteboard: [photon-visual][p2])
Attachments
(1 file, 1 obsolete file)
URL Bar text overflow should smoothly fade out when unfocused.
I've made a proof-of-concept patch for this that works perfectly when the URL bar text field background is white, but it doesn't work for other backgrounds, e.g. high-contrast mode.
The most robust method of doing this is to apply an SVG mask to the URL bar text field. I'll investigate doing this later.
Another approach would be to implement CSS text-overflow: ellipsis and use that. :P
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•12 years ago
|
Summary: URL Bar text overflow should smoothly fade out when unfocused → Fade out URL bar text overflow in unfocused state
Comment 1•12 years ago
|
||
(In reply to Frank Yan (:fryn) from comment #1)
> Created attachment 529055 [details] [diff] [review]
> proof-of-concept patch using transparent-to-white gradient
>
> URL Bar text overflow should smoothly fade out when unfocused.
>
> I've made a proof-of-concept patch for this that works perfectly when the
> URL bar text field background is white, but it doesn't work for other
> backgrounds, e.g. high-contrast mode.
>
> The most robust method of doing this is to apply an SVG mask to the URL bar
> text field. I'll investigate doing this later.
>
> Another approach would be to implement CSS text-overflow: ellipsis and use
> that. :P
We do now have text-overflow: ellipsis, so we could use it if we wanted. However, because the background-color here is opaque rather than an image, wouldn't we be able to use the system textbox background color rather than hardcoding #fff? That should work with high contrast themes, I believe...
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → dao+bmo
Status: RESOLVED → REOPENED
No longer depends on: 759568
Resolution: WONTFIX → ---
Assignee | ||
Updated•8 years ago
|
Attachment #529055 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Updated•8 years ago
|
Status: REOPENED → ASSIGNED
Iteration: --- → 55.5 - May 15
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Flags: qe-verify- → qe-verify+
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8866384 [details]
Bug 653670 - Fade out URL bar text overflow in unfocused state.
https://reviewboard.mozilla.org/r/138008/#review141184
Attachment #8866384 -
Flags: review?(jaws) → review+
Comment hidden (mozreview-request) |
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4bc0ff1648e
Fade out URL bar text overflow in unfocused state. r=jaws
Updated•8 years ago
|
QA Contact: brindusa.tot
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 years ago → 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Assignee | ||
Updated•8 years ago
|
Component: Theme → Location Bar
Comment 7•8 years ago
|
||
Mozscreenshots results:
https://screenshots.mattn.ca/compare/?oldProject=mozilla-central&oldRev=ce2218406119c36a551e3faea4e192186ee46cc5&newProject=mozilla-central&newRev=3df2494ade45b92728a1e0e4c0ca257b162ff94c
The Windows 8 differences in the URL bar text might be bug 1366240.
Comment 8•7 years ago
|
||
I tested this issue on Mac OS X 10.10, Ubuntu 16.04, Windows 10 x64 and Windows 8.1 x64 with FF Nightly(2017-06-08) and I can't see any differences, on all OSes the text overflow is smoothly fade out when unfocused.
Please tell me if I need to do more tests before I mark this as Verified - Fix. Thanks
Assignee | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•