Closed
Bug 517816
Opened 16 years ago
Closed 16 years ago
Remove "paint" event from content/events/src
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
|
3.25 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Paint is not a DOM event, so it's not needed there, as far as I know.
Its presence confused me in bug 517804.
Attachment #401778 -
Flags: review?(Olli.Pettay)
Comment 1•16 years ago
|
||
Comment on attachment 401778 [details] [diff] [review]
v1
Could you add an assertion to the end of nsDOMEvent ctor that the mEvent->message isn't NS_PAINT
Attachment #401778 -
Flags: review?(Olli.Pettay) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•