Re: [jquery-ui] Re: problem with Tabs unless I set "async: false"

2009-12-17 Thread Bob Eastbrook
On Thu, Dec 17, 2009 at 1:23 AM, Steven Black wrote: > Two suggestions: Many thanks. I'll be looking into this over the next 48 hours. Bob -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegr

[jquery-ui] Re: problem with Tabs unless I set "async: false"

2009-12-17 Thread Steven Black
Two suggestions: 1) Validate the both the existing HTML and the HTML coming-in. It sounds like the re-flowing is problematic here and this could be validation. 2) Check out the tabs enable() and disable() methods, as well as the ajaxOptions. The idea is to disable tabs while the Ajax transactio

[jquery-ui] Re: Problem with Tabs. Want to load the content into a second div

2009-07-16 Thread adrianemile
I'll try. I want to have my links in one div. And load the content in its own container/div. So: ... When I tried this every with content was displayed. So what I was thinking was that I have to specify which div I want the tabs content to be displayed in. I'm planning to load the conte

[jquery-ui] Re: Problem with Tabs. Want to load the content into a second div

2009-07-16 Thread Charlie
doesn't seem very clear what you are trying to do >>How can I change this so I can load the content in a second div instead of being in the same one as the links?<< better explanation of this would help, especially the links part. What links? If content is in separate div, what is in the tabs

[jquery-ui] Re: Problem with Tabs. Want to load the content into a second div

2009-07-16 Thread adrianemile
I have to bump this. Does anyone know? It does not work to use the example I posted. The problem is described above. On 13 Jul, 21:53, adrianemile wrote: > The problem is that when I use my example, the content of the tabs is > displayed even if you haven't clicked on a tab. > So something is wr

[jquery-ui] Re: Problem with Tabs. Want to load the content into a second div

2009-07-13 Thread adrianemile
The problem is that when I use my example, the content of the tabs is displayed even if you haven't clicked on a tab. So something is wrong. Codewise, everything is correct in the CSS. Have any ideas? On 13 Jul, 19:17, Klaus Hartl wrote: > Just like what you gave as an example should work alread

[jquery-ui] Re: Problem with Tabs. Want to load the content into a second div

2009-07-13 Thread Klaus Hartl
Just like what you gave as an example should work already. Why don't you try? --Klaus On 13 Jul., 13:35, adrianemile wrote: > Hi. > Just starting to use the Tabs function, and think it's great. One > problem though, my links and content got to be in the same div. Like > this : > >         $(f

[jquery-ui] Re: Problem with tabs. Load content into own div

2009-07-13 Thread gmist...@gmail.com
Hi I come back again with a strange problem only..with Firefox In my Tab2, i have a flash animation. My  flash animation restart always i come back to the tab2. I have found a workaround in jqueryUI website (the off left technique, but it doens't work for me ) ps: All is ok with fire

[jquery-ui] Re: Problem with tabs

2009-05-31 Thread jsjqueryem...@gmail.com
No, that's the javascript file. You need to include the css files from your ui download to get it to render properly. On May 31, 12:12 pm, scientifix94 wrote: > I have this line in my code: > > http://scientifix94.olympe- > network.com/nouweo/libs/jquery-ui-1.7.1.custom.min.js"> > > Is this

[jquery-ui] Re: Problem with tabs

2009-05-31 Thread scientifix94
I have this line in my code: http://scientifix94.olympe- network.com/nouweo/libs/jquery-ui-1.7.1.custom.min.js"> Is this what you are talking about (it is still not working !) On May 30, 5:59 pm, "jsjqueryem...@gmail.com" wrote: > Is the ui.tabs.css information included somewhere in your l

[jquery-ui] Re: Problem with tabs

2009-05-30 Thread jsjqueryem...@gmail.com
Is the ui.tabs.css information included somewhere in your linked files? Failing to include the required UI css data will produce the type of results you are talking about. On May 30, 3:28 pm, scientifix94 wrote: > Hey guys ! > > I am presently working on a Netvibes widget project and would like

[jquery-ui] Re: Problem with tabs in IE6 after upgrade from 1.6rc6 to 1.7

2009-03-12 Thread blefebvre
Solved. I was using a small image that I would stretch to 100% width in each tab to give emphasis to the selected tab. I have removed this image, and added a border-top property of the same colour to the iframe. Removing this image from inside the tab (above the iframe) solved the problem; 1.7 is

[jquery-ui] Re: Problem with tabs in IE6 after upgrade from 1.6rc6 to 1.7

2009-03-12 Thread blefebvre
Update: I have narrowed the problem down to a css change I made. Original: .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border- width: 0; background: none; } Modified: .ui-tabs .ui-tabs-panel { padding: 0 0; display: block; border-width: 0; background: none; } This change did

[jquery-ui] Re: Problem with Tabs on Dialog in IE7

2008-09-27 Thread Klaus Hartl
Fixed... http://ui.jquery.com/bugs/changeset/749 --Klaus On 24 Sep., 10:40, Klaus Hartl <[EMAIL PROTECTED]> wrote: > I think there's already a ticket for that (bug tracker seems to be > down right now). Some IE CSS weirdness again, sometimes it helps to > apply hasLayout to the elements. Will h

[jquery-ui] Re: Problem with Tabs on Dialog in IE7

2008-09-24 Thread Klaus Hartl
I think there's already a ticket for that (bug tracker seems to be down right now). Some IE CSS weirdness again, sometimes it helps to apply hasLayout to the elements. Will have a look into it. --Klaus On Sep 23, 4:55 pm, Finchi <[EMAIL PROTECTED]> wrote: > Hi, > > having a Problem with a Tab o