Opened 11 years ago
Last modified 10 years ago
#10897 confirmed Bug
IE9/IE10 - No visual indication that a table is selected
Reported by: | Teresa Monahan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM IE9 IE10 | Cc: | Satya Minnekanti, Irina |
Description
To reproduce:
- Insert a table in the editor in IE9/IE10
- Click on table in the elements path bar to select the table
Problem: There is no visual indication that the table is selected.
Note that if you use Ctrl+C and Ctrl+V the table is copied and pasted, so it is actually selected. However the user is not aware of this.
In IE8, browser handles are displayed when the table is selected.
This stopped working in IE9/IE10 with git:396c4f0 where w3c DOM APIs were enabled for IE>9 so I am not sure if this is an IE issue or not. Either way it would be good to be able to give the user some visual indication that the table is selected in these browsers.
Change History (8)
comment:1 Changed 11 years ago by
comment:2 follow-up: 3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.2.2 (GitHub - master) |
This is how IE works when there is no data in table. You can't select table or row when there is no data in it.
comment:3 Changed 11 years ago by
Replying to j.swiderski:
This is how IE works when there is no data in table. You can't select table or row when there is no data in it.
@j.swiderski - There is a visual indication that an empty table is selected in IE9/10 using CKEditor 3.6.x. You can see this at http://rev.ckeditor.com/ckeditor/trunk/7695/_samples/replacebyclass.html. Browser handles are displayed around the table.
comment:4 Changed 11 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:5 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
@tmonahan at first i thought that this is because config.disableNativeTableHandles is set to true by default but setting this option to false has no effect.
It turned out this isn't the only problem with native resize in IE and Firefox: #9317, #10252, #10197.
Your ticket seems to be a duplicate of #9317.
comment:6 Changed 10 years ago by
comment:7 Changed 10 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Yes you are right - this issue is part of #12123 and was closed incorrectly.
comment:8 Changed 10 years ago by
Keywords: | IE9 IE10 added |
---|---|
Status: | reopened → confirmed |
Problem can be reproduced from CKEditor 4.0.
same issue happens when user selects a row or cell in a table by clicking on tr or td in the elements pathbar