Closed Bug 362646 Opened 18 years ago Closed 18 years ago

domNodeDialog.xul doesn't have control attributes pointing to valid ids

Categories

(Other Applications :: DOM Inspector, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sdwilsh, Assigned: sdwilsh)

Details

Attachments

(1 file, 1 obsolete file)

In domNodeDialog we don't have the right ids for the control attributes, so they don't actually work.

 57         <label value="&nodeName.label;" control="nodeName"/>
 58         <textbox id="tx_nodeName" oninput="dialog.toggleAccept();"/>
The control should be "tx_nodeName".
Attached patch v1.0 (obsolete) — Splinter Review
simple fix
Attachment #248015 - Flags: superreview?(neil)
Attachment #248015 - Flags: review?(db48x)
Comment on attachment 248015 [details] [diff] [review]
v1.0

>? extensions/inspector/.git
Been playing with alternative source code control systems? ;-)

>? extensions/inspector/resources/content/viewers/domNode/.domNodeDialog.xul.swp
I hope you saved before you diffed :-P
Attachment #248015 - Flags: superreview?(neil) → superreview+
(In reply to comment #2)
> (From update of attachment 248015 [details] [diff] [review] [edit])
> >? extensions/inspector/.git
> Been playing with alternative source code control systems? ;-)
> 
> >? extensions/inspector/resources/content/viewers/domNode/.domNodeDialog.xul.swp
> I hope you saved before you diffed :-P

I swear I deleted those two lines and saved the diff file before submitting...
Comment on attachment 248015 [details] [diff] [review]
v1.0

yea, looks good. r=db48x
Attachment #248015 - Flags: review?(db48x) → review+
Attached patch v1.0.1Splinter Review
r=db48x, sr=neil

Just cleaned up those first two lines that shouldn't have been there.
Attachment #248015 - Attachment is obsolete: true
Whiteboard: [checkin needed]
Checking in mozilla/extensions/inspector/resources/content/viewers/domNode/domNodeDialog.xul;
/cvsroot/mozilla/extensions/inspector/resources/content/viewers/domNode/domNodeDialog.xul,v <--  domNodeDialog.xul
new revision: 1.2; previous revision: 1.1
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
QA Contact: timeless → dom-inspector
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: