Closed
Bug 136485
Opened 23 years ago
Closed 20 years ago
button text does not appear
Categories
(www.mozilla.org :: General, defect)
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.
Reporter | ||
Comment 1•23 years ago
|
||
filed in wrong component
Component: HTML Form Controls → XP Toolkit/Widgets: XUL
Comment 3•23 years ago
|
||
Confirming with Win98SE, Build 20020410(03)
Comment 4•23 years ago
|
||
Confirming for Win98SE, Build 20020410(03)
*** Bug 141655 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 7•23 years ago
|
||
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.
Reporter | ||
Updated•23 years ago
|
Component: XP Toolkit/Widgets: XUL → webmaster@mozilla.org
Product: Browser → mozilla.org
Reporter | ||
Comment 8•23 years ago
|
||
Changing to correct component owner/QA
Assignee: hewitt → endico
QA Contact: madhur → imajes
Reporter | ||
Comment 9•23 years ago
|
||
reassigning to creator/editor from CVS log at
http://www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org//html/projects/xul/tests/buttons.xul&rev=&root=/cvsroot/
Assignee: endico → hyatt
Comment 10•22 years ago
|
||
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
Updated•21 years ago
|
QA Contact: imajes → stolenclover
Comment 11•20 years ago
|
||
It uses the WINDOWS element.
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
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.
Description
•