Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-23 Thread Klaus Hartl
LOL well it wasnt what I expected. Is there a way to toggle this behavior in your plugin? Currently not. That's what makes the tabs bookmarkable (and enables history support at all) - the hash in the URL changes accordingly. If you bookmark that page and come back to the page via that

[jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread Klaus Hartl
Hi all, I reworked the automatic height option for the Tabs plugin. It now takes resizing window/text into account to avoid overflowing text in such situations. Thus the height is kind of flexible, but still all tabs share the same height... I also renamed the option to fxAutoHeight (camel-case)

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread Klaus Hartl
[EMAIL PROTECTED] schrieb: Klaus Something unexpected -- with IE6/WinXP every transition added an element to the browser history. I'm not sure whether thats intended.. Just FYI. --Jacob Hi Jacob, if you mean with transition a click on the tab, then yes, its intended. It's a feature -

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread Glen Lipka
I just looked at your URL in MSIE 6. It threw a JS error. Line 39. null is null or not an object. In MS Screipt Editor is highlights this code: event.target=event.srcElement Glen On 11/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: KlausSomething unexpected -- with IE6/WinXP every transition

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread jyl
LOL well it wasnt what I expected. Is there a way to toggle this behavior in your plugin? --JYL [EMAIL PROTECTED] schrieb: Klaus Something unexpected -- with IE6/WinXP every transition added an element to the browser history. I'm not sure whether thats intended.. Just FYI. --Jacob Hi

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread Klaus Hartl
[EMAIL PROTECTED] schrieb: LOL well it wasnt what I expected. Is there a way to toggle this behavior in your plugin? Currently not. That's what makes the tabs bookmarkable (and enables history support at all) - the hash in the URL changes accordingly. If you bookmark that page and come back

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread Klaus Hartl
Glen Lipka schrieb: I just looked at your URL in MSIE 6. It threw a JS error. Line 39. null is null or not an object. In MS Screipt Editor is highlights this code: event.target=event.srcElement Glen Thanks Glen, will have a look into it. That's a very strange one. It seems only to occur

Re: [jQuery] Tabs: reworked fxAutoHeight, what's next on the list

2006-11-13 Thread jyl
Klaus that would be nice. A nice-to-have, not an absolutely-must-have feature. :) --Jacob [EMAIL PROTECTED] schrieb: LOL well it wasnt what I expected. Is there a way to toggle this behavior in your plugin? Currently not. That's what makes the tabs bookmarkable (and enables history