Closed
Bug 898457
Opened 13 years ago
Closed 12 years ago
Defect - Horizontal scroll bar visible in settings and about panels
Categories
(Firefox for Metro Graveyard :: Flyouts, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 25
People
(Reporter: kapranov98, Assigned: jimm)
References
Details
(Whiteboard: feature=defect c=Settings_pane_options_and_about u=metro_firefox_user p=1)
Attachments
(2 files, 1 obsolete file)
|
140.28 KB,
image/png
|
Details | |
|
644 bytes,
patch
|
TimAbraldes
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130618035212
Steps to reproduce:
There was a horizontal scroll in the settings panel and about, which are not needed. Appeared after the application of fixation https://hg.mozilla.org/mozilla-central/rev/1cf7aa4b2626
Updated•13 years ago
|
Blocks: metrov1defect&change
Summary: There was a horizontal scroll in the settings panel and about, which are not needed. → Defect - There was a horizontal scroll in the settings panel and about, which are not needed.
Whiteboard: feature=defect c=tbd u=tbd p=0
FIX:
diff --git a/browser/metro/theme/flyoutpanel.css b/browser/metro/theme/flyoutpanel.css
.flyoutpanel-contents[input="precise"] {
overflow: scroll;
overflow-x: hidden;
}
Comment 2•13 years ago
|
||
I see this too in the latest nightly with a standard dpi display.
Updated•13 years ago
|
Whiteboard: feature=defect c=Settings_pane_options_and_about u=tbd p=0 → feature=defect c=Settings_pane_options_and_about u=metro_firefox_user p=0
| Assignee | ||
Comment 3•13 years ago
|
||
My mistake I guess, thought we wanted scrollbars to be visible in panels like this when in precise mode. Thanks for posted the fix Kapranov.
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #3)
> My mistake I guess, thought we wanted scrollbars to be visible in panels
> like this when in precise mode. Thanks for posted the fix Kapranov.
Oh nm, it's the horizontal bar that's the issue.
Assignee: nobody → jmathies
| Assignee | ||
Updated•13 years ago
|
Summary: Defect - There was a horizontal scroll in the settings panel and about, which are not needed. → Defect - Horizontal scroll bar visible in settings and about panels
| Assignee | ||
Comment 5•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #783114 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•12 years ago
|
||
Fixes a mistake I made in bug 896294.
Attachment #783117 -
Flags: review?(tabraldes)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: feature=defect c=Settings_pane_options_and_about u=metro_firefox_user p=0 → feature=defect c=Settings_pane_options_and_about u=metro_firefox_user p=1
Updated•12 years ago
|
Comment 7•12 years ago
|
||
Comment on attachment 783117 [details] [diff] [review]
fix
I should have caught that in review; sorry about that!
Attachment #783117 -
Flags: review?(tabraldes) → review+
| Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Comment 11•12 years ago
|
||
Please can bugs changing these parts of the tree land on fx-team in the future to help balance load & avoid conflicts (for more info see Gavin's newsgroup post: https://mail.mozilla.org/pipermail/firefox-dev/2013-July/000618.html). Thank you :-)
Comment 12•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Build ID: 20130819030205
WFM
Tested on Windows 8 32bit and 64bit using latest Nightly for iteration #12. Horizontal scroll bar isn't visible in Settings and About flyouts.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•