#420 closed defect (fixed)
InlineEditBox: Timeing problem on FF prevents showing caret in textarea mode
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Reproduce
Change test_InlineEditBox.html:
<h1 id="editme" ... --> <h1 mode="textarea" id="editme"
Run test in FF (mine is 1.5.0.1)
Click edit. Caret does not show up.
Fix
in InlineEditBox?.js
[126] ee.select(); --> setTimeout(function() {ee.select();}, 0);
Attachments (3)
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to alex |
Changed 15 years ago by
Changed 15 years ago by
Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Is this valid?