Closed (fixed)
Project:
Field Group
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 08:40 UTC
Updated:
15 Oct 2014 at 21:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedThis is not a fix, but a workaround as I need it working right now. Commenting out the line seems to have no adverse affect. The line is somefor screen readers, which I'm not bothered about right now. Patch attached so I can include in drush make.
Comment #2
mrfelton commentedHere's a patch with a filename that matches the issue number so that my drush make file is self documenting.
Comment #3
jjchinquistI confirm that the patch works! We are testing why .append is not working (IE7 and IE8) - can anyone else confirm:
is the object that the .append is trying to change empty or a non-object?
is the function .append a bug in IE8?
Comment #4
jjchinquistI tested the patch, and added one more line:
console.log(this.nextLink);
At any time when I access "this.nextLink". IE 7 and 8 has a problem and javascript throws an error.
Hope it helps.
Comment #5
nils.destoop commentedThe js has been changed for IE. Append is not possible on buttons.
Comment #6
jjchinquistI understand that, but IE8 and 7 seem to have a problem not only with the "append" function, but also with accessing the object this.nextLink (see my previous comment).
The module does seem to function correctly when the append function call is removed entirely. Can you test and commit? Is there a reason to include the function call?
Comment #8
aaki commentedThis is far away from being fixed.
Comment #9
eadi commentedConfirming this bug beeing still active for IE7+8
Comment #10
mrfelton commentedI know this isn't a good patch, but we still need it, so here it is, again, against the latest codebase/
Comment #11
kmcculloch commentedAnother roll of the 'just comment out the offending line' patch, to address change from nextLink.after() to nextLink.append() in the offending line. (This line still causes a js crash in IE8.)
Comment #12
kmcculloch commentedCorrecting above patch to remove directory paths specific to my system
Comment #13
gambryI confirm the bug on IE8 (not sure about IE7), any chance to have the patch or any fix on next release (or soon on -dev) ?
Comment #14
nils.destoop commentedgambry can you review if this patch fixes your problem. I'll commit it then.
Comment #15
nils.destoop commentedComment #16
nils.destoop commentedJust saw the patch. Commenting it out is not a fix :D
Comment #17
nils.destoop commentedThis is an issue that's already fixed in dev. The code that is in latest patch was already replaced.
Comment #24
nils.destoop commented