Closed
Bug 187911
Opened 23 years ago
Closed 21 years ago
Help Button on PageInfo window missing ID attribute
Categories
(SeaMonkey :: Page Info, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jwohlers, Assigned: db48x)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
The help button on the PageInfo screen does not have an ID attribute. This
would be extreemly usefull for hiding the button in certain Kiosk situations.
Reproducible: Always
Steps to Reproduce:
1.Open the pageInfo.xul file inside comm.jar
2. search forthe line: "<button label="&helpButton;"
oncommand="doHelpButton();" />"
Expected Results:
I would expect there to be an ID attribute such as: id="PageInfoHelpButton" or
something similar.
Currently I work around this requirement by editing the .XUL file and commenting
out the button. It woudl be nice that in the future I could move my requirement
to hide this buttom to one of the user config files, such as userChrome.css
| Assignee | ||
Comment 1•23 years ago
|
||
at some point there was a patch that removed the buttons and converted the whole
thing to a <dialog>, using the standard dialog buttons. I thought it had gone
in, but I guess not. Anyway, I think the standard dialog buttons all have ids
Comment 2•21 years ago
|
||
Daniel says wfm.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•