Opened 12 years ago
Closed 9 years ago
#9510 closed defect (wontfix)
spurious warnings about charCode access (FF3.5/firebug 1.4)
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Events | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See dojo/tests/_base/eventKeyPress.html and try typing anything in the <input>.
Firebug console has messages:
The 'charCode' property of a keydown event should not be used. The value is meaningless. The 'charCode' property of a keyup event should not be used. The value is meaningless.
It may not indicate a dojo bug per se but would be nice to get rid of those warnings.
Change History (4)
comment:1 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
It's still happening for me on mac, FF 3.5.3, Firebug 1.4.3. It only happens the first time so that it might have scrolled off the screen. You tried focusing the input and then typing "a"?
Doesn't happen on windows though...
comment:3 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:4 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Not happening anymore on the latest firefox (v11).
Note: See
TracTickets for help on using
tickets.
I don't see these messages with latest Firebug 1.4.3 and Firefox 3.5.3.