Closed
Bug 304231
Opened 19 years ago
Closed 5 years ago
duplicated "title" attribute on prefwindow
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ShareBird, Unassigned)
Details
Attachments
(1 file)
|
13.82 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050730 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050808 Firefox/1.0+ ID:2005080808 According to DOMi the prefwindow has twice the attribute "title". A screenshot is attached that shows the double entry for attribute "title". Reproducible: Always Steps to Reproduce: 1.Inspect the Options Panle with the Domi 2.Look at the DOM node window for prefwindow 3. Actual Results: You see the attribute "title" twice on it as on the screeshot. Expected Results: Only one attribute "title".
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
I can confirm seeing this, both on the Firefox options and on the Javascript options extension. In the latter case the title attribute has two different values, one being the actual title and the other being "Options" so this is not DOMi doubling up. I suspect this is due to the prefwindow binding which defines a title attribute for all prefwindows adding to the title attribute actually defined on the prefwindws themselves. http://lxr.mozilla.org/mozilla/source/toolkit/content/widgets/preferences.xml#427
Status: UNCONFIRMED → NEW
Ever confirmed: true
I think this problem might be obsolete, but I don't know how to check it in DOMi. Here is the .xml: https://dxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/preferences.xml
Comment 4•5 years ago
|
||
This has gone away. :-)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•