Opened 15 years ago
Closed 11 years ago
#6153 closed Bug (fixed)
Chrome: tab focus is wrong.
Reported by: | Moshe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3 |
Keywords: | WebKit | Cc: |
Description
I am using the last version of CKEditor (also checked nightly build). When using Chrome (last), user pressed "tab" from text input into CKEditor, and the whole gray frame became "focused" style. I tried to press on keyboard but no response. using mouse worked.
Attachments (3)
Change History (33)
comment:1 Changed 15 years ago by
Keywords: | Webkit added |
---|---|
Milestone: | → CKEditor 3.4.1 |
Status: | new → confirmed |
Version: | 3.4.1 (SVN - trunk) → 3.3 |
comment:2 Changed 15 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 14 years ago by
Owner: | Tobiasz Cudnik deleted |
---|---|
Status: | assigned → new |
This issue doesn't seem to be fixable, we have to find some workaround.
comment:4 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Fixable by 6192.patch from #6192.
Changed 14 years ago by
Attachment: | 6153.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
This is fixed version of 6192.patch dedicated for TC of this ticket.
comment:6 Changed 14 years ago by
Status: | review → assigned |
---|
This patch is accident duplicate of 6178.patch, please go to #6178.
Changed 14 years ago by
Attachment: | 6153_2.patch added |
---|
comment:7 Changed 14 years ago by
Status: | assigned → review |
---|
Changed 14 years ago by
comment:8 Changed 14 years ago by
Status: | review → review_failed |
---|
The patch didn't resolve the issue for me. I'm attaching the TC I'm using.
comment:9 Changed 14 years ago by
Status: | review_failed → review |
---|
It turned out to be a cache related issue.
comment:10 Changed 14 years ago by
Status: | review → review_passed |
---|
Ugh.. Chrome's cache :/
Works great, sorry about that.
comment:11 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5899].
comment:13 Changed 14 years ago by
On Safari 5/Mac tab switching on attached html with empty text box and two editors works wrong:
- focus set on textbox, hit tab
- focus set on first editor, blinking cursor, no text entering is possible
- hit tab
- focus set on second editor, blinking cursor, no text entering is possible
- hit tab, so the focus is back to the textbox
- hit tab - focus is set on editor, entering is not possible
- hit tab second time - now it is possible to enter text into editor
- second editor - same thing
comment:14 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Confirming, reduced TC:
- Open a sample with the editor.
- Hit Tab key to get into the editing area.
- Try to type some chars.
comment:15 Changed 14 years ago by
Owner: | Tobiasz Cudnik deleted |
---|---|
Status: | reopened → new |
comment:17 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
comment:18 Changed 14 years ago by
Milestone: | CKEditor 3.4.2 → CKEditor 3.4.3 |
---|
Postponing to 3.4.3 as fixing it asap could introduce more unknown issues.
comment:20 Changed 14 years ago by
Status: | assigned → pending |
---|
[5907] is not partially reverted, precisely the part that not related to the ticket. Can anyone confirm this a Mac OS issue? WFM in both Chrome/Safari on Windows.
comment:21 Changed 14 years ago by
Status: | pending → confirmed |
---|
comment:22 Changed 14 years ago by
Keywords: | WebKit added; Webkit removed |
---|---|
Milestone: | CKEditor 3.4.3 → CKEditor 3.5.1 |
Is it related to a WebKit bug? Do you have a ticket at their side for it?
comment:23 Changed 14 years ago by
Since #6192 i can't create a reduced TC for this issue and i think it's related to our complex focus logic. Thus, we don't have a ticket for this issue, although we can point them to some of our samples, but i don't know if it's appropriate.
comment:25 Changed 14 years ago by
Milestone: | CKEditor 3.5.1 → CKEditor 3.5.2 |
---|
comment:26 Changed 14 years ago by
I did some research, by testing the replacebycode sample.
"TAB and type" was used to work well with the 3.2.2.
It stopped working properly with the 3.3. "Typing" was working only on the first editor.
The culprit for the issue, at that release is [5509], a changeset with no ticket or review :/
Then with the 3.3.2 things got worst... no "typing" at all.
It never worked well since then, and the behavior changed a bit on the following releases.
comment:27 Changed 14 years ago by
Owner: | Tobiasz Cudnik deleted |
---|---|
Status: | confirmed → new |
comment:28 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:29 Changed 14 years ago by
Milestone: | CKEditor 3.5.3 |
---|
comment:30 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Problem is no longer reproducible in CKE 4.2.2.
Supposed to be fixed by #6154.