The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb Bug Reports (http://forums.omnigroup.com/forumdisplay.php?f=27)
-   -   status bar showing up on certain page(s), but set to hidden (http://forums.omnigroup.com/showthread.php?t=532)

andreas_g 2006-05-18 03:32 AM

status bar showing up on certain page(s), but set to hidden
 
i set the status bar to be hidden (have a small screen). but on a certain page the status bar appears: [url]http://members.vol.at/vorarlberg.wetter/060518.htm[/url]
seems to me like a bug, because on every other page the status bar keeps hidden.

troyb 2006-05-25 04:27 PM

I'm late to the game. Does that link no longer work for you?

Len Case 2006-05-25 06:08 PM

That's a weather site (weather=wetter in German). Start at [url]http://members.vol.at/vorarlberg.wetter/[/url] and choose a date at the bottom of the page.

That said, I can't reproduce the problem myself.

Handycam 2006-05-25 06:44 PM

me neither

andreas_g 2006-05-25 11:49 PM

the problem seems not to be on the linked page itself. but i have found a way to reproduce it now.
go to: [url]http://apps.vol.at/tools/bichlerwetter/[/url]
then there is a pull down menu on the right side of the page (wolfgang bichler)
choose one of the links (for example "livebild karrenseilbahn")
then the status bar appers

Handycam 2006-05-26 05:07 AM

OK, I see it now. FWIW, these are NOT regular links, they are windows opened via Javascript, specifically this function:

[CODE]
function doit(my)
{
window.opener = self;
window.open(my, "mywindow");
}
[/CODE]

That must be why. I believe that when you call window.open with no arguments to the contrary, a window with all the chrome is opened.

And WebKit does it too, although FF 1.5 and Opera 9b2 do not.


All times are GMT -8. The time now is 11:53 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.