Closed (fixed)
Project:
Panels
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jun 2008 at 15:27 UTC
Updated:
17 Aug 2008 at 04:41 UTC
Jump to comment: Most recent file
In IE7, the JS helper that should select a certain layout's radio button on click on the image, doesn't work. The source code reveals a differently structured DOM for the radio elements, which is weird. I need to check what's wrong there.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | panels-DRUPAL-5--2.choose-layout.patch | 3.27 KB | sun |
| #4 | panels-DRUPAL-5--2.choose-layout.patch | 2.44 KB | sun |
| #1 | theme_panels_layout_icon.patch | 1.31 KB | pancho |
Comments
Comment #1
panchoOh, I found the problem: Block elements like
Firefox corrects this in the DOM, and places the div's outside the label, while IE doesn't care. Our JS was adapted to the DOM spit out by Firefox, so it obviously can't work on IE.
I replaced the div's in panels_print_layout_icon by span's, and voilà. I didn't find the time though to adapt panels_admin.css, so maybe someone can do that for me?
Comment #2
sdboyer commentedI can't test this (no IE set up atm in my env) - you worked on it anymore, Pancho?
Comment #3
merlinofchaos commentedI have IE6 and 7 available. I'll try to check on this in awhile.
Comment #4
sunGoot cadch! :)
Attached patch works in Firefox + IE7.
Comment #5
sunNow incorporating #267299: Use clear-block in Panels layout form.
Comment #6
sdboyer commentedSpiffy. Committed!
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.