Tabbing - How to cancel an onChangeStart?
2007/12/29 03:05
Viewed 1942 times
Replies: 0/0

Hi-
I want to check whether a user has made any changes that need to be saved or canceled prior to tabbing to the next tab.
I check this in 'onChangeStart', pop up an alert, then return 'false' from the registered 'onChangeStart' method but the rollbar still tabs to the next tab. How can I stop this?
thank you
Max Tomlinson

last
IE7 width problem
2008/04/22 14:01
Viewed 1230 times
Replies: 0/0

Hi

I've been using Rollbar successfully for some time on my company intranet site using IE6 and Firefox, but now we've started testing in IE7 and the width of the content area of the rollbar is very narrow. I attach screen shots of the same page in IE6/Firefox and in IE7.

IE6/Firefox: the info in the rollbar extends the full width of the rollbar.


IE7: the info is squeezed into about 50px, and the right hand arrow is also squeezed over.


I'm using the skin-winxp.css and although I've changed some colours I haven't modified any of its widths or anything like that.

The code on my page loads DynarchRB.setup('rollbar', { tabs: 'top' })    and the actual code is as follows (in part):

<div id="rollbar" style="width:500px;">
<div><label>Corporate messages</label>
<div class="rbtext">
<p>These could be a direct message from you to your audience. It's often
     more interesting as an interview, where someone asks
     the questions on behalf of your audience.</p>
</div>
</div>

<div><label>Learning software</label>
<div class="rbtext">
<p>An audio guide can give a walkthrough of a new software system without
     adding extra windows to the screen, or it can give you instructions
  to follow, while on the 'real' system </p>
</div>
</div>

The width:500px and the 'rbtext' divs can be removed without making any difference to the problem in IE7.


Can anyone advise me how to render this properly across all browsers?


last
Google