Closed Bug 136485 Opened 23 years ago Closed 20 years ago

button text does not appear

Categories

(www.mozilla.org :: General, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: brant, Assigned: hyatt)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+) Gecko/20020408 BuildID: 2002040803 According to http://www.mozilla.org/projects/xul/tests/buttons.xul, there should be text in the final set of buttons. This is not the case. Reproducible: Always Steps to Reproduce: 1. Load http://www.mozilla.org/projects/xul/tests/buttons.xul. Actual Results: The final row of buttons do not have text in them. Expected Results: Appropriate text appears in those buttons.
filed in wrong component
Component: HTML Form Controls → XP Toolkit/Widgets: XUL
-->
Assignee: rods → hewitt
Confirming with Win98SE, Build 20020410(03)
Confirming for Win98SE, Build 20020410(03)
*** Bug 141655 has been marked as a duplicate of this bug. ***
Changed OS since this happened on 98 as well.
OS: Windows XP → All
This is not an XUL bug, but a bug in the testcase. The testcase needs to be updated to the new <dialog> syntax; <window> no longer puts magic labels on buttons.
Blocks: 145921
Component: XP Toolkit/Widgets: XUL → webmaster@mozilla.org
Product: Browser → mozilla.org
Changing to correct component owner/QA
Assignee: hewitt → endico
QA Contact: madhur → imajes
Assignee: endico → hyatt
it seems to be that dlgtype will be respected if: 1) the file is in chrome: 2) and the window is <dialog>, not <window> if so, we need to move the file to Mozilla source tree @@ -23,7 +23,7 @@ <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> -<dialog id="main-window" xmlns:html="http://www.w3.org/1999/xhtml" +<window id="main-window" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="testElt(document.getElementById('testelt'));" orient="vertical" style="padding: 8px;"> <script> @@ -200,4 +200,4 @@ <button dlgtype="disclosure"/> </hbox> -</dialog> \ No newline at end of file +</window> \ No newline at end of file
QA Contact: imajes → stolenclover
It uses the WINDOWS element. -> WORKSFORME
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Product: mozilla.org → Websites
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.