I came across a problem on IE with quicktabs. My quicktabs block includes 2 blocks with ordered lists. On other browsers, they all look ok. But on IE (7,8,9), the default tab shows the ordered list as 1,2,3,4,5,... but when I click on the second tab, it shows all the items as 0,0,0,0,0.

This is a known bug on IE: http://stackoverflow.com/questions/5584500/ordered-list-showing-all-zero...

One solution offered is entering an empty div after the last div.

I wonder if there is a solution for this in Quicktabs for this.

CommentFileSizeAuthor
#3 1889040_3.patch458 bytesJeremyFrench
#1 1889040.patch446 bytesJeremyFrench
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JeremyFrench’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
446 bytes

Putting a delay of 1ms in will make numbering correct. Patch does this.

Status: Needs review » Needs work

The last submitted patch, 1: 1889040.patch, failed testing.

JeremyFrench’s picture

Status: Needs work » Needs review
FileSize
458 bytes

try rerolling the patch.