Opened 14 years ago
Last modified 14 years ago
#7865 confirmed Bug
enterMode BR + SELECT element = Javascript Error
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | Cc: | satya_minnekanti@… |
Description
This bug is a rewritten forum entry http://cksource.com/forums/viewtopic.php?f=11&t=22508
It occurs in IE7 and IE6 with enterMode set to BR from CKEditor 3.5.3.
- Copy the attached file to samples
- Load it
- click on a select box.
Result:JS error pops out: Message: editor.getSelection() is null or not an object Line: 818 URI: /_source/plugins/wysiwygarea/plugins.js Code: range = editor.getSelection().getRanges()[ 0 ];
Attachments (1)
Change History (3)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|