Ticket #2140 (new Bug)
Firefox (MacOSX): Invalid capturing of enter-key event
| Reported by: | hidekaz | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.6 |
| Keywords: | HasPatch | Cc: |
Description
Japanese users always use Japanese input method. We must type enter-key to input Japanese characters. FCKeditor unintentionally captures such key down events on Firefox2.0.0.x on MacOSX. Consequently, FCKeditor inputs <br /> or <p></p> whenever a user inputs Japanese characters.
This problem is avoided by capturing a keypress event instead of a keydown event for enter-key.
I attach patched version of fckkeystrokehandler.js for your information.
Browser: Firefox 2.0.0.14 OS: MacOSX 10.5.2
Attachments
Change History
Note: See
TracTickets for help on using
tickets.