status changed
status changed from review to review_failed I believe that having this big chunk of code just for this small purpose that can be concluded in a much smaller way as @hallvord suggested, is cumbersome...
View Articlestatus changed; owner set
status changed from confirmed to assignedowner set to Garry Yao DOM2 event feature detecting thanks to hallvord and kangax.
View ArticleArticle 8
sorry, should beif ( CKEDITOR.env.opera && ! ('oncontextmenu' in document.documentElement) )closing parenthesis was too early
View Articleversion changed
version changed from SVN (CKEditor) - OLD to 3.4.2 (SVN - trunk) Fred, this is an easy fix and an important bug :) In plugins/contextmenu/plugin.js, the addTarget functionif ( CKEDITOR.env.opera )...
View ArticleArticle 6
I recommend adding some feature detection to thisaddTarget:function(l,m){ if(b.opera){ for example like this:addTarget:function(l,m){ if(b.opera&&!('oncontextmenu' in...
View Articlepriority, component changed
priority changed from Normal to Highcomponent changed from General to UI : Context Menu
View ArticleArticle 4
CKEditor menu is covered by opera menu. But sometimes stays, like in #4849 (screenshot where i was able to select option from CKE - menu
View Articlestatus, summary changed; keywords set
keywordsOpera addedstatus changed from new to confirmedsummary changed from Opera 10 right click shows the default context menu to Opera: right click shows the default context menu
View Article