Open
Bug 310884
Opened 19 years ago
Updated 2 years ago
Focused state stay on treechildren::-moz-tree-row when tree doesn't have -moz-appearance: listbox.
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: spitfire.kuden, Unassigned)
Details
(Keywords: access, regression)
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1
Build Identifier: Mozilla/5.0 (Windows; U; Win98; ja; rv:1.8b5) Gecko/20051002 Firefox/1.4.1
Build Id: 2005100206
This becomes a problem by the no native appearance theme.
chrome://global/skin/tree.css
Line 47: tree
Line 86: treechildren::-moz-tree-row(current, focus)
Reproducible: Always
Steps to Reproduce:
1. Write this code in userChrome.css.
tree {-moz-appearance: none !important;}
2. Run Firefox and open the Bookmarks sidebar (Press Ctrl+B) .
3. Focused state stay Bookmarks searchbox. Press Tab key.
Focus change: Bookmarks searchbox -> Bookmark item on top of Bookmarks tree ->
Active tab in tab bar or content area
Actual Results:
Focused state stay on Bookmark item on top of Bookmarks tree.
Expected Results:
Focused state doesn't stay on.| Reporter | ||
Comment 1•19 years ago
|
||
Updated•15 years ago
|
Whiteboard: [closeme 2009-07-31]
| Reporter | ||
Comment 3•15 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090719 Minefield/3.6a1pre {Build ID: 20090719231624}
Reproducible with trunk.
Reproducible on Faststripe (default theme of Windows CE).
Reproducible on the All non-native appearance theme.
Attachment #198270 -
Attachment is obsolete: true
| Reporter | ||
Updated•15 years ago
|
Component: Menus → Theme
OS: Windows 98 → All
QA Contact: menus → theme
Hardware: x86 → All
Version: 1.5.0.x Branch → Trunk
| Reporter | ||
Comment 4•15 years ago
|
||
Faststripe for trunk/Windows Steps to Reproduce: 1. make a new profile 2. install this extension 3. run Firefox and open the Bookmarks sidebar (Press Ctrl+B) 4. Press Tab key Focus change: Bookmarks searchbox -> Bookmark item on top of Bookmarks tree -> Active tab in tab bar or content area Actual Results: Focused state stay on Bookmark item on top of Bookmarks tree. Does anyone reproducible this?
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090719 Minefield/3.6a1pre Reproducible with trunk/Windows Vista.
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 6•15 years ago
|
||
Well... this is reproduced by the normal default theme now. On Firefox 2: default theme -> not reproducible non-native appearance theme -> reproducible This state is treechildren::-moz-tree-row(current, focus). Isn't it a bug that the focus ring doesn't move?
Updated•15 years ago
|
Component: Theme → Themes
Product: Firefox → Toolkit
QA Contact: theme → themes
| Reporter | ||
Comment 7•15 years ago
|
||
This is regression by Bug 251910. Dão Gottwald makes this patch. chrome://browser/skin/places/places.css .sidebar-placesTree { -moz-appearance: none; }
Keywords: regression
Comment 8•15 years ago
|
||
(In reply to comment #7) > This is regression by Bug 251910. Dão Gottwald makes this patch. > > chrome://browser/skin/places/places.css > > .sidebar-placesTree { > -moz-appearance: none; > } CC'ing Dao.
Whiteboard: [closeme 2009-07-31]
Comment 9•15 years ago
|
||
The fact that the focus ring stays in trees with -moz-appearance:none is not a regression from bug 251910.
No longer blocks: 251910
Updated•15 years ago
|
Component: Themes → XUL
Product: Toolkit → Core
QA Contact: themes → xptoolkit.widgets
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•