Opened 11 years ago
Closed 11 years ago
#11142 closed Bug (fixed)
Exception is being thrown on context menu in bulletlist
Reported by: | Marek Lewandowski | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3 |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
since: 4.3 until major
Touches opera/chrome (dont know about the others). So far i have reproduced it on Windows only, Olek says that he can't repro it with Opera+OSX
- open /samples/inlineall.html
( there is a bullet list starting with string "Ut sagittis, nunc liber" )
- click in order to position caret in following place (but does not have to be exatly the same):
Ut sagittis|, nunc liber
- Right click mouse in the same place (to show context menu)
(if you are on chorme: )
- now that context menu is open click LMB once again
- ... and click RMB once more : )
Current result:
Uncaught TypeError: Cannot call method 'getAttribute' of null
is being thown
Change History (5)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:4 Changed 11 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Merged fix into major git:7d019b5.
Pushed fix to t/11142.
The problem was that Magicline retrieved Contextmenu panel internals and tried to search for matching elements there.