#6324 closed defect (wontfix)
TextArea: can only enter a single char on last line (Safari 3.1/mac/romaji IME)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
- Load test_Textarea.html on safari 3.1/mac.
- Focus on "this is a very simple resizable text area"
- make sure caret is at end of line, and hit return
- type "a" key multiple times. only one "a" appears
I feel like there was another bug open about this that was fixed (but not against safari 3.1), but I can't find it now.
Note that it works correctly on Safari 3.1/windows.
Attachments (2)
Change History (8)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | TextArea: can only enter a single char on last line (Safari 3.1) → TextArea: can only enter a single char on last line (Safari 3.1/mac) |
Changed 12 years ago by
Attachment: | 6324_testcase.html added |
---|
Changed 12 years ago by
Attachment: | 6324_workaround.html added |
---|
test case showing possible workaround
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to bill |
comment:3 Changed 12 years ago by
Note that apparently no one is seeing this bug besides me.
The solution I have to remove the <fieldset> seems like it works but of course any such change is scary.
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | TextArea: can only enter a single char on last line (Safari 3.1/mac) → TextArea: can only enter a single char on last line (Safari 3.1/mac/romaji IME) |
I figured out this only happens for me. I'm running MacOS English but with the Japanese IME. When it's set to "romaji" rather than "U.S." the problem happens. "Romaji" and "U.S." are essentially the same setting (except that the former causes this bug :-( ).
I just asked someone to try a Japanese OS and this doesn't reproduce for them either; I guess it's a really esoteric bug that we shouldn't bother fixing.
comment:6 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
test case showing bug (using plain markup)