Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 57388 Details for
Bug 101982
[patch]
hack to editor.js to make this work
101982-a.diffs.txt (text/plain), 600 bytes, created by
Chris Waterson
(
hide
)
Description:
hack to editor.js to make this work
Filename:
MIME Type:
Creator:
Chris Waterson
Size:
600 bytes
patch
obsolete
>Index: editor.js >=================================================================== >RCS file: /cvsroot/mozilla/editor/ui/composer/content/editor.js,v >retrieving revision 1.125 >diff -u -r1.125 editor.js >--- editor.js 2001/10/31 00:12:28 1.125 >+++ editor.js 2001/11/10 22:26:12 >@@ -2038,6 +2038,10 @@ > var state = commandNode.getAttribute("state"); > > button.checked = state == "true"; >+ >+ // XXX why doesn't button.checked make the right thing happen here? >+ // Did it ever? >+ button.setAttribute("checked", state); > } > > //--------------------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
|
Review
Attachments on
bug 101982
:
57386
|
57387
|
57388
|
57390
|
57392
|
57986