taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

$.fn.document namespace conflict with UI.position #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The jQuery .document property is used by the UI.position component to determine 
whether an 
element is actually in the page or not: see 
http://dev.jqueryui.com/ticket/5655#comment:2 for 
more information.

Because, as far as I can see, the fn.document and fn.documentSelection methods 
are used only by 
the editor's internals, attached there's a patch to remove them from the global 
jQuery scope.

Do you think it's feasible to apply it?

Original issue reported on code.google.com by marcello.barnaba@gmail.com on 26 May 2010 at 8:48

Attachments:

GoogleCodeExporter commented 8 years ago
It is already done in latest jwysiwyg 0.8. And it is available through GitHub.

http://github.com/akzhan/jwysiwyg

Original comment by akzhan.a...@gmail.com on 3 Jun 2010 at 12:56

GoogleCodeExporter commented 8 years ago
Excellent, thanks.

Original comment by marcello.barnaba@gmail.com on 3 Jun 2010 at 1:02