Different UI behaviours on different browsers

Hi all,
I test my application on different browsers and the result gets me worried about my application. I test it on 3 different browsers and add the screenshots. xxx1.jpg is the first screen of the applicaition, xxx2.jpg is the screen of application after refresh(F5). Here are the browser's versions and the screenshots are in the attachments.

Internet Explorer : 8.0.6001
Mozilla Firefox : 3.0.11
Opera : 9.64.10487

How could they be different?

a.schild's picture

The initial display (

The initial display ( ....1.jpg) looks somewhat strange in the accordion pane.

There should be no difference if you hit F5 or not, but as you see a difference I think the AccordionPane has some "problem" or your styles are somewhat strange.

Opera no displaying the toolbar after F5 might well be a bug either in opera or in echo, but is probably unrelated to the AccordionPane problem.

Is there a way you can strip it down to a minimal application you can post here ?

André

Hi André, I put the source

Hi André,

I put the source codes to the following link. Hope it helps.

http://rapidshare.com/files/247439063/DYS.rar.html

tliebeck's picture

The AccordionPane appearance

The AccordionPane appearance issue is a bug, I just saw it this weekend and fixed it last night. The AccordionPane wasn't registering listeners for image loading completion for the tab images, so if the images were not loaded when the tabs rendered (likely if they were not cached), they would not be correctly positioned/sized. It's fixed in the latest nightly builds (avail from download page).

The Opera problem is a result of a bug in Opera which affects 9.50-10.0b1. Opera does not appear to have any interest in fixing it. See the Opera section of http://echo.nextapp.com/site/echo3/doc/browsersupport. This is a major issue which can be replicated with trivial valid CSS, I've tried everything I know to encourage them to fix it, but they do not seem to care.

Hi Tod, Thanks for reply. I

Hi Tod,
Thanks for reply. I downloaded the latest nightly build and the ui problem of accordionpane is solved for firefox and ie. I don't mind opera ;) Thanks a lot!!!

Ercan