Adobe Edge slide show conflict with jquery ui - asp.net-mvc-3

I have made slide show in adobe edge
when i use it in asp.net mvc3 razor view engine my jquery 1.8 ui (modal dialog, drag & drop) does not working anymore
Does anybody knows how i can solve this problem?

Edge animate uses jquery 1.7 by default. it might be a duplication of jquery calles so try to remove edge call or replace it to the 1.8 version.

Related

N2CMS - Firefox 30 : Part selector drag&drop broken

I'm currently using the N2 CMS framework (version 2.6.3) for my Asp website, and since the last firefox update (30.0) the part selector doen't work anymore.
When editing a page, the part selector his partly outside of the screen and the drag and drop doesn't work at all.
Any idea on how to fix it?
My bad, it was just a side effect coming from an obsolete version of jquery.
Problem solved!

kendo grid in IE11

I am testing kendo grid with IE 11 and stumbling on a bug.
Basically the grid click acts differently in various version of kendo library.
In the latest version i.e 2013.2.918 grid click is triggered twice.
and the grid click does not work all the way back until version 2012.3.1114.
here is the plunker link.
http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview
I would be happy if i get a patch for it in any of the kendo versions.
Thanks
Sush
Seems caused by the alert. Changing it to console.log doesn't cause double mouse event firing.

Joomla 2.5 & sigPlus & BoxPlus: Add Animation

I'm working on a joomla 2.5 website and I'm using the sigPlus plugin to display an image gallery. The gallery is displayed using the boxplus popup engine.
All works fine but I would like to add transitions between the images instead of showing the loading indicator. Boxplus uses mootools - does anyone know how to easily add transitions?
Btw: I can not use the boxplus slider engine unfortunately (this one would have transitions built in already)
Many thanks
Mootools has built in transitions.
http://mootools.net/docs/core/Fx/Fx.Transitions

How can I properly display CKEditor 4.0 toolbar drop-down menus and other popups in a window?

I have a kendo UI window (but I think jquery UI window/dialog will result in same issue). I have a CKEditor 4.0 in the window. Drop-down menus such as font, style, etc. and context menus initially display when clicked. However, after clicking in the text area, the drop down will fail to display when clicked on again.
I only see this issue with CKEditor 4.0. Version 3.6 seems fine. Does anyone know of a workaround to this issue in 4.0? I'm aware of CKEDITOR.config.baseFloatZIndex but even setting it to a zindex above the zindex of the window/dialog still results in the issue.
I managed to get it working with config.baseFloatZIndex = 102000;
but as you say, this doesn't work for you.

ASP.NET MVC 3 new project template - modernizr not working with IE8?

I like the new New Project templates included in the ASP.NET MVC3 tools update, as presented at MIX 11 recently.
A basic site can be seen here:
http://mix11.haacked.com/
When I view the above site in Chrome, the HTML5 styles are visible - rounded corners and text shadow.
When I view the site in IE8 those styles aren't visible.
My question is, isn't Modernizr supposed to make these styles work in older browsers?
-Matt
Modernizer won't actually add missing functionality to a browser. Basically, you use it as a guide to tell you whether a browser supports a certain feature. In your case, you could have a CSS file which will compensate for browsers that don't support border radius:
.no-borderradius div {
/* properties for browsers that don't support border-radius */
}
The above is a total made-up example, I'm not sure 100% if it's correct, but check the documentation here.
So for IE8, you would need to display rounded corners using a different technique.

Resources