Opened 11 years ago
Last modified 11 years ago
#11959 confirmed Bug
[IE10] Tableresize: Unable to get property 'toLowerCase' of undefined or null reference
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE10 | Cc: |
Description
- Open Table resize sample.
- Set the following html (we need horizontal scollbar and table wider than WYSIWYG area):
<p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <table border="1" style="width:1500px"> <tbody> <tr> <td>foo</td> <td style="width: 1000px;">bar</td> </tr> </tbody> </table>
- Hover the last pillar.
Result: Error in the console:
SCRIPT5007: Unable to get property 'toLowerCase' of undefined or null reference element.js, line 711 character 3
I was not able to reproduce it in Chrome, FF nor IE11.
Screen cast attached.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | Untitled_Screencast.webm added |
---|
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Keywords: | IE10 added |
---|---|
Status: | new → confirmed |
Version: | 4.0 → 4.0 Beta |
I was able to reproduce it with IE10@Win8 (10.0.9200.16750). Problem occurs only in IE10 from CKe 4 beta.
There is something going on there. When you hover on last pillar (or in fact when you hover any cell in table) then vertical scrollbar disappears (or becomes deactivated). Hovering then between last pillar and this deactivates scrollbar causes errors.
Could not repo it with IE10@Win7 (10.0.9200.16521).