This content has been marked as final.
Show 4 replies
-
1. Re: Spry.widget issue in IE
Sudarshan Thiagarajan Apr 18, 2012 12:45 AM (in response to mahendra rajeshirke)What version of Spry have you used? And is your CSS version 2.0 or 3.0?
-
2. Re: Spry.widget issue in IE
mahendra rajeshirke Apr 18, 2012 2:07 AM (in response to Sudarshan Thiagarajan)i am using version 0.7 - Spry Pre-Release 1.6.1
-
3. Re: Spry.widget issue in IE
Sudarshan Thiagarajan Apr 18, 2012 9:07 AM (in response to mahendra rajeshirke)mahendra rajeshirke wrote:
i am using version 0.7 - Spry Pre-Release 1.6.1
There is no CSS 0.7. Where are you getting your version numbers from?
-
4. Re: Spry.widget issue in IE
mahendra rajeshirke Apr 18, 2012 10:31 PM (in response to Sudarshan Thiagarajan)that is spry js version, by the way the problem has been solved by me yest, it took whole day me to resolved, dat was issue of js event conflict, there is two onclick event was passed on one button or tag, so i have opened spry js and replace "click" event on tab to "mousedown" as mentioned below
Spry.Widget.TabbedPanels.addEventListener(tab, "mousedown", function(e) { return self.onTabClick(e, tab); }, false);
also replace window.onload insted of document.ready it does matter
Thnx...



