Open dialog PDF name is clipped when focused
Categories
(Toolkit :: Themes, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox126 | --- | wontfix |
firefox127 | --- | wontfix |
firefox128 | --- | verified |
People
(Reporter: atrif, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(5 files)
Found in
- 126.0
Affected versions
- 127.0a1 (2024-05-09)
- 126.0
Tested platforms
- Affected platforms: Windows 10x64, macOS 12
- Unaffected platforms: Ubuntu 23
Steps to reproduce
- Set PDF to Always ask in about:preferences.
- Open a sample PDF (https://pdfobject.com/pdf/sample.pdf)
- Using the tab keyboard, focus on the PDF name and observe the dialog.
Expected result
- Name is not clipped.
Actual result
- Name is clipped.
Regression range
- Mozregression points at bug 1881256.
Additional notes
- Attached a screenshot.
Comment 1•8 months ago
|
||
:emilio, since you are the author of the regressor, bug 1881256, could you take a look?
For more information, please visit BugBot documentation.
Comment 2•8 months ago
|
||
I expect this is due to https://searchfox.org/mozilla-central/rev/ee2ad260c25310a9fbf96031de05bbc0e94394cc/toolkit/themes/shared/global-shared.css#196
Assignee | ||
Comment 3•8 months ago
|
||
They only reset a margin, so let's do that explicitly instead.
Updated•8 months ago
|
Assignee | ||
Comment 4•8 months ago
|
||
Unify the small-indent handling between macOS and Windows / Linux.
The dialog looks good in macOS with that change, and the spacing
differences seemed gratuitous.
Assignee | ||
Comment 5•8 months ago
|
||
And remove it from global-shared.css
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Comment 7•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/db3d166ae144
https://hg.mozilla.org/mozilla-central/rev/79c772847cee
https://hg.mozilla.org/mozilla-central/rev/90f8db9f10ff
Reporter | ||
Comment 8•8 months ago
|
||
Hello, it seems this is no longer happening with Firefox 128.0a1 (20240515032356) on Windows 10x64 using the Tab key or by selecting the format type text with the left mouse click.
However, on macOS 12 I see that using the Tab key to select the format type text will move the text to the left, hiding the first letter. This does not happen when clicking the name (see attached screen recording). Is it expected or should I file something minor against this? Thank you in advance!
Reporter | ||
Comment 10•8 months ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #9)
Please file it, thanks.
Thank you! I filed bug 1896901 for the macOS scenario.
Updated•8 months ago
|
Reporter | ||
Updated•8 months ago
|
Description
•