Closed (fixed)
Project:
Text Resize
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2011 at 19:30 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
blischalk commentedUploading patch file for this issue.
Comment #2
blischalk commentedChanging status to needs review.
Comment #3
attheshow commented"null" isn't meant to be CSS. It's a Javascript value.
I haven't been able to duplicate this in Firefox 4. Appears to still work fine as-is.
Comment #4
rovinrick commentedI experienced the same issue and the batch worked for me.
Comment #5
attheshow commentedComment #6
desmondmorris commentedThis did not work for me either. Tested in Chrome and Firefox. I saw that the patch had not been pushed. That patch does not account for the line-height reset though. I have attached a new patch.
Comment #7
desmondmorris commentedI forgot to change the status in my last comment.
Comment #8
bluemaro commentedI can also confirm that reset button doesn't work and patch solve the problem (tested on Firefox 7 and chrome 15).
Look into documentation of jQuery how to remove style attributes using .css():
http://api.jquery.com/css/
Comment #9
jvandooren commentedPatch from #6 worked for me too (Text Resize 1.7, Chrome 15 & FF8)
Changing status...
Comment #10
Anonymous (not verified) commentedPatch from #6 worked for me too in FF
Comment #11
Marvine commentedSame
Patch from #6 worked for me too in all browsers.
Thanks
Comment #12
jlea9378 commentedSolved the problem for me too. Can we get this patch committed?
Comment #13
h3rj4n commentedSolved the problem for me too.
Also testen the functionality of the dev download. Seems to have the same bug. Haven't tested the patch on that version.
Can't this be included in the module?
Comment #14
jorisx commentedConfirmed patch #6 works in all tested browsers,
please include in next module update.
Comment #15
attheshow commentedLooks like null stopped working in jQuery 1.4.3. Updating to use an empty string instead of null. (Patch #6).
Committed to dev version. Thanks @desmondmorris!
Comment #16
desmondmorris commentedNo problem. Glad to help!