Closed
Bug 510916
Opened 16 years ago
Closed 16 years ago
Cannot see folder names when modifying a bookmark from the star icon
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 3.7a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: mossop, Assigned: mak)
References
Details
(Keywords: regression, verified1.9.2)
Attachments
(2 files, 1 obsolete file)
37.57 KB,
image/png
|
Details | |
2.18 KB,
patch
|
Details | Diff | Splinter Review |
See the screenshot, the folder names in the list to select from don't display except when selected.
Assignee | ||
Updated•16 years ago
|
Keywords: regressionwindow-wanted
Comment 2•16 years ago
|
||
Regressed between the builds 090722 and 090723:
Pass: http://hg.mozilla.org/mozilla-central/rev/02f8bf10f441
Fail: http://hg.mozilla.org/mozilla-central/rev/684dadc0726e
Checkins: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=02f8bf10f441&tochange=684dadc0726e
If you need a finer grained range I could do a HG bisect.
Flags: blocking-firefox3.6?
Hardware: x86 → All
Assignee | ||
Updated•16 years ago
|
Keywords: regressionwindow-wanted
Hardware: All → x86
Comment 3•16 years ago
|
||
I have removed "-moz-appearance: listbox;" for the tree with DOMi and after that it works well again. Clearly a regression from bug 483537.
Blocks: 483537
Assignee | ||
Comment 4•16 years ago
|
||
range and culprit confirmed here.
Updated•16 years ago
|
Hardware: x86 → All
Reporter | ||
Comment 5•16 years ago
|
||
Clearly blocks
Flags: blocking-firefox3.6? → blocking-firefox3.6+
Priority: -- → P1
Assignee | ||
Comment 6•16 years ago
|
||
the -moz-appearance: listbox change appers correct looking at other platforms, since the panel uses a personalized hud style, is should probably just drop the appearance.
Attachment #395021 -
Flags: review?(dao)
Comment 7•16 years ago
|
||
Comment on attachment 395021 [details] [diff] [review]
patch v1.0
> #editBMPanel_folderTree treechildren::-moz-tree-twisty {
>- -moz-appearance: none !important;
>+ -moz-appearance: none;
...
> }
>
> #editBMPanel_folderTree treechildren::-moz-tree-twisty(open) {
> -moz-appearance: none;
It seems that -moz-appearance: none; for #editBMPanel_folderTree treechildren::-moz-tree-twisty(open), (selected) and (selected, open) is redundant and can be removed. Also please insert ">" between #editBMPanel_folderTree and treechildren.
Attachment #395021 -
Flags: review?(dao) → review+
Updated•16 years ago
|
Component: Places → Theme
QA Contact: places → theme
![]() |
||
Updated•16 years ago
|
Assignee: nobody → mak77
Assignee | ||
Comment 8•16 years ago
|
||
Attachment #395021 -
Attachment is obsolete: true
Assignee | ||
Comment 9•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a1
Comment 11•16 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.3a1pre) Gecko/20090820 Minefield/3.7a1pre ID:20090820030630
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 12•16 years ago
|
||
Keywords: fixed1.9.2
Comment 13•16 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a2pre) Gecko/20090823 Namoroka/3.6a2pre ID:20090823033810
Keywords: fixed1.9.2 → verified1.9.2
Updated•16 years ago
|
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•