Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: LIBRARY: First public release ready for viewing

From: sunandadh:aol at: 2-Mar-2003 3:15

Hi Charles,
> http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=slide.r > IE5.5 > The script ends up at the bottom of the page, as opposed to to the
right
> of > the menu. > Hmm.. ditto in: > http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=view-list.r > Now that I've looked... is this just a matter of people leaving lines
in
> the > scripts which are too long?
This is a problem with Internet Explorer and the way it renders the HTML PRE tag. Other, more standards compliant browsers, (such as Opera and Mozilla) simply add a horizontal scroll bar. IE instead panics and shuffles the DIVs around instead. We spotted several scripts like this (mainly at the last minute) and "fixed" them by shortening some of the longer lines. That will work in *most* cases. But of course it messes with what might have been the author's carefully-chosen indentation. I've fixed slider.r and view-list.r -- do they look okay for you now? Thanks for the bug report, Sunanda.