Closed Bug 615573 Opened 15 years ago Closed 15 years ago

widget's MouseOver and MouseOut events have incorrect case

Categories

(Add-on SDK Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: konstantin.novichikhin, Assigned: adw)

References

Details

Attachments

(1 file, 1 obsolete file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 Build Identifier: 0.9 The ones that actually work are onMouseOver and onMouseOut. Reproducible: Always Steps to Reproduce: 2 widgets with onMouseover and onMouseOver events. Actual Results: onMouseover does not work, onMouseOver works. Same for onMouseout. Expected Results: Either documentation or implementation is wrong.
Thanks Konstantin!
Assignee: nobody → adw
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
OS: Windows XP → All
Hardware: x86 → All
Attached patch patch (obsolete) — Splinter Review
Updates the doc.
Attachment #494023 - Flags: review?(myk)
Comment on attachment 494023 [details] [diff] [review] patch Nice catch! However, these should actually be lowercase in the implementation (i.e. "onMouseover" for the "mouseover" event), for consistency with the DOM standard event type names (even though for non-DOM events with compound type names we should indeed use CamelCaps).
Attachment #494023 - Flags: review?(myk) → review-
Summary: onMouseover and onMouseout events in widget documentation have incorrect case → widget's MouseOver and MouseOut events have incorrect case
Attached patch patch 2Splinter Review
Attachment #494023 - Attachment is obsolete: true
Attachment #494150 - Flags: review?(myk)
Component: Documentation → General
QA Contact: documentation → general
Comment on attachment 494150 [details] [diff] [review] patch 2 Roxors!
Attachment #494150 - Flags: review?(myk) → review+
Blocks: 611250
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: -- → 0.10
Target Milestone: 0.10 → 1.0b1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: