Closed (fixed)
Project:
Text Size
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2011 at 17:35 UTC
Updated:
2 Jan 2012 at 08:20 UTC
Hello,
We had an issue where when loading a page, clicking on increase/decrease didn't work except when you clicked on normal first. We found the reason to be the cookie check failed on increase/decrease. When clicking normal, cookie is created and increase/decrease work.
So the fix was simply to check the existence of the cookie when increase/decrease is clicked and setting it via a call to tsNormal();
| Comment | File | Size | Author |
|---|---|---|---|
| textsize.patch | 1.01 KB | Ashraf Amayreh |
Comments
Comment #1
CZ commentedHello ominds,
Thank you. A redesign of the jQuery file is coming soon.
Comment #2
CZ commentedFixed in the new jQuery file.