W2UI 1.5rc1 not working fine with jQuery 3.2.1? - javascript

I'm trying to reproduce the example from W2UI 1.5rc-1 using an installed version of jQuery (3.2.1). I tried a grid, say. Nothing works fine. I switched to the exact jQuery version used in the example, i.e. 2.1.1 and everything ran fine.
Does someone know if W2UI 1.5rc1 is compatible with jQuery 3.2.1 and, if it is, what should I do to make this example work: w2ui grid example

Related

TinyMCE paste plugin on IE 11 on paste, pasting %%MCEPASTEBIN%% instead of the actual text and getting stack overflown

I am using tinyMCE v5.5.1 with paste plugin v5.6.2. On pasting anything in the tinyMCE editor in IE11, it gets stack overflown and pastes %%MCEPASTEBIN%% until the browser stops responding. It works fine on Chrome, firefox etc.
There was already a github issue created for problem similar to this https://github.com/tinymce/tinymce/issues/4974 and the PR seems to have been merged but I'm still getting the same issue.
Without the paste plugin everything works fine, but I need the paste_postprocess functionality being provided by paste plugin.
Does anyone know how to fix it?
It is not supported to mix the core editor from one version (5.5.1) and a plugin from a different version (5.6.2). They are not tested in that fashion and there is no guarantee that they will ever work together in this fashion.
If you wish to use the paste plugin from 5.6.2 you need to update the entire editor to 5.6.2 not just one plugin.
If you test this on TinyMCE Fiddle using 5.6.2 in its entirety do you still get this issue?
I would also note TinyMCE is now at 5.7 so if you are doing an update it would make sense to move to the latest TinyMCE release.

Gallery for JQuery version 1.2.6 or below

Now I'm working with old web-site(developed at 2008 or 2009). I have simple task to install some kind of gallery, like item's pictures preview in e-shops to be precisely.
So I tried to integrate this plugins: Rebox, Fancybox, Lightbox. All of them need JQuery 1.11.1 or above... but i'm dealing with JQuery 1.2.6
Then I tried to update JQuery version on web-site. My plugin began to work, but all other plugins broke...
All day i spent searching for plugin compatible with JQuery v.1.2.6 or below, but found nothing.
Maybe somebody have plugin what i need, or should I write my own plugin in this situation?
Found fancyZoom plugin(don't confuse with fancyBox) for jQuery 1.2.6. For now it works fine, no bugs detected.

Jqgrid Drag and Drop is not working in tablet

I want to reorder my rows in jqgrid. I achieved this functionality using this example
click here, I have checked that sample in tablet PC,it is not working in following browsers like IE,Safari,Chrome browsers,but works in FF.
Do we have any general fix for this?
I wrote the demo which you reference many year ago for the answer. One can't expect that old versions of jQuery, jQuery UI and jqGrid will work forever.
If one just replace jQuery, jQuery UI to the current one and to use jqGrid 4.6 then the demo will better work, but it will still not work in Chrome. It's well known problems with jQuery UI. The plugin jQuery UI Touch Punch is written exactly for the case.
You can verify that the demo which uses jqGrid 4.6 works already perfectly in Chrome, but not in IE. jQuery UI already works in IE on tablet PC, but sortableRows works on Chrome and Firefox, but it have problem in IE. Moreover one can see that the form editing dialogs can't be moved on tablet PCs (with exception of Firefox).
The next demo uses free jqGrid. It's the fork of jqGrid which I develop after Tony have changed the licence agreement of jqGrid and started Guriddo jqGrid JS which is not more free. I implemented many new features in free jqGrid. I rewrote jqDnR module used in jqGrid for drag&drop already for the first free jqGrid release 4.8. Free jqGrid 4.9 will be soon published.
Thus I would recommend you just use jQuery UI Touch Punch and free jqGrid to solve the described problems.

Cannot Group Header of Slickgrid with Jquery new version

I have slickgrid in this fiddle.
It works with Jquery version 1.8.3, but with jquery version 1.9.1 or 1.10.1, it doesn't work anymore.
You can change version of jquery in this fiddle to know more clearly.
My project work with lastest jquery(version 1.10.1 now) and slickgird.
Anyone has any ideas to fix?
I found that jquery remove something from version 1.9.1, so I need jquery-migrate to make some old function work again.
Details for anyone's interested.
This fiddle's working now, after insert jquery-migrate-1.2.1.

Is jQuery UI tabs broken in rc6?

I've been using jQuery UI v1.6rc2 for a while, and wanted to upgrade to 1.6rc6 to see that they haven't made any breaking changes. It seems they have; all of my tabs stop working whenever I switch to rc6.
There seems to be two things wrong. First, the manual advocates using the following:
$('#container').tabs();
However, with rc2 I've always had to do this:
$('#container > ul').tabs();
So when rc6 is in effect, none of these methods work.
Also, Firebug reports the following error when rc6 is installed:
$.Event is not a function.
this.namespace+'-state-disabled').attr("...event[prop]=event.originalEvent[prop];}}
All Javascript/jQuery executed before the call to .tabs() work fine. It breaks in both Firefox and Chrome.
You need to upgrade to jQuery core version 1.3.1
UI 1.6rc6 only works with 1.3.1

Categories