Closed
Bug 340715
Opened 19 years ago
Closed 19 years ago
Replace deprecated preventBubble() on MOZILLA_1_8_BRANCH
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ssitter, Assigned: ssitter)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(2 files)
|
2.08 KB,
patch
|
mconnor
:
first-review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
|
5.88 KB,
patch
|
mconnor
:
first-review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Running Sunbird (build from MOZILLA_1_8_BRANCH) I got the following warning:
Warning: Event=command, use of preventBubble() is deprecated. Use W3C standard stopPropagation() instead. This seems to be caused by /toolkit/content/widgets/textbox.xml, line 280.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/content/widgets/textbox.xml&rev=1.21.4.6&mark=280#272
| Assignee | ||
Comment 1•19 years ago
|
||
Assignee: nobody → ssitter
Status: NEW → ASSIGNED
Attachment #224748 -
Flags: first-review?(mconnor)
Attachment #224748 -
Flags: approval-branch-1.8.1?(mconnor)
Comment 2•19 years ago
|
||
While you're at it, why not do the same for all the few remaining instances of preventBubble?
http://lxr.mozilla.org/mozilla1.8/search?string=preventBubble
Updated•19 years ago
|
Attachment #224748 -
Flags: first-review?(mconnor)
Attachment #224748 -
Flags: first-review+
Attachment #224748 -
Flags: approval-branch-1.8.1?(mconnor)
Attachment #224748 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Comment 3•19 years ago
|
||
I don't have cvs account so it would be nice if someone could check this in on branch for me.
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 4•19 years ago
|
||
Landed on 1.8
Checking in toolkit/content/widgets/textbox.xml;
/cvsroot/mozilla/toolkit/content/widgets/textbox.xml,v <-- textbox.xml
new revision: 1.21.4.7; previous revision: 1.21.4.6
done
Keywords: fixed1.8.1
| Assignee | ||
Comment 5•19 years ago
|
||
(In reply to comment #2)
Sure I can do. This patch fixes the remaining instances on mozilla1.8 branch. Do I need special approval from someone for changes in mozilla/minimo/ ?
Attachment #225782 -
Flags: first-review?(mconnor)
Attachment #225782 -
Flags: approval-branch-1.8.1?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #224748 -
Attachment description: replace preventBubble() with stopPropagation() → replace preventBubble() with stopPropagation() [checked in]
Updated•19 years ago
|
Attachment #225782 -
Flags: first-review?(mconnor)
Attachment #225782 -
Flags: first-review+
Attachment #225782 -
Flags: approval-branch-1.8.1?(mconnor)
Attachment #225782 -
Flags: approval-branch-1.8.1+
Comment 6•19 years ago
|
||
Checked in attachment 225782 [details] [diff] [review] on the 1.8 branch.
mozilla/minimo/chrome/content/bindings/keylets.xml 1.2.2.3
mozilla/minimo/chrome/content/preferences/preferences.js 1.24.2.30
mozilla/toolkit/mozapps/extensions/content/extensions.xml 1.17.2.6
mozilla/browser/components/feeds/content/options.xul 1.1.2.6
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
You need to log in
before you can comment on or make changes to this bug.
Description
•