Closed (fixed)
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2008 at 00:00 UTC
Updated:
2 Sep 2009 at 15:20 UTC
Hi,
This may or may not be a duplicate of #331772: active tabs, but the issue I have is that the tabs are not assigned the correct html and classes to render correctly using the default Drupal tabs style.
The UL needs class="tabs clear-block" and the LI needs a have a <span> inside the and wrapped around the title.
Fix in patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| tabs-6.x-1.0-render_tabs_correctly-1.patch | 1021 bytes | deciphered |
Comments
Comment #1
sunshinee commentedI wouldn't consider myself qualified to review the code, but I did apply the patch and it works beautifully. Thanks, Deciphered.
Comment #2
deciphered@rjoy
Glad it worked for you, and that's all that really counts.
As I've been using the patch since I wrote it without any issues I'm marking this as RTBC.
Comment #3
squarecandy commentedWorks great for me. Thank you!!!
Comment #4
nedjoThanks, applied.