[RESOLVED] stack class="noscript-bottom-notify"

Bug reports and enhancement requests
Post Reply
ochristi
Posts: 1
Joined: Mon Jul 23, 2012 4:06 am

[RESOLVED] stack class="noscript-bottom-notify"

Post by ochristi »

Hello,
I just stumbled upon this strange behavior, but have not found any hint on that topic.
Whenever I open up a "browser tool", which area attached to the bottom of the "tab frame", in one of the recent releases of Firefox and resize them, a xul-element of NoScript remains visible.

One of those tools is the "Web Console" (Ctrl+Shift+K) when positioned "below". These tools create an additional <vbox> in the <notificationbox> of the current tab. They can be adapted in height and will "push" the height of the NoScript-element, for example <stack class="noscript-bottom-notify" height="198" />, by causing its "height" attribute to change, which probably should not happen.

The whole structure looks roughly like this:

Code: Select all

<tabbrowser>
  <tabbox>
    <notificationbox id="panel...">...</notificationbox>
    ...
    <notificationbox id="panel...">
      <vbox anonid="browserContainer" flex="1">...</vbox>   // browser content
      <stack class="noscript-bottom-notify" height="..." /> // NoScript thing
      <splitter class="hud-splitter" orient="vertical" />
      <vbox class="hud-box animated" ...>...</vbox>         // tool
    </notificationbox>
  </tabbox>
</tabbrowser>
Thanks for you help.
Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/16.0 Firefox/16.0
User avatar
therube
Ambassador
Posts: 7971
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: stack class="noscript-bottom-notify"

Post by therube »

I believe I'm understanding (enough) so I'll confirm the behavior.

Might be more apparent if you have NoScript's Notification, Show message about blocked scripts, enabled, cause that way you can see the yellow notification bar expand & contract, but it does not fully contract.

(And then if you close Web Console, the notification bar remains at whatever size it happened to be at last.)

Disable NoScript & things return to normal.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a2
User avatar
Giorgio Maone
Site Admin
Posts: 9527
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: stack class="noscript-bottom-notify"

Post by Giorgio Maone »

Should be fixed in latest development build 2.5rc2, please confirm.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
User avatar
therube
Ambassador
Posts: 7971
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: stack class="noscript-bottom-notify"

Post by therube »

Still broken.
As you resize the Web Console "frame", the NoScript Notification resizes too, but never returns to "normal".
(Even without the Notification Bar, the same exists, just that the Notification Bar makes it easier to visualize.)
Likewise when you close Web Console.

Image
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a2
User avatar
Giorgio Maone
Site Admin
Posts: 9527
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: stack class="noscript-bottom-notify"

Post by Giorgio Maone »

OK, please check latest development build 2.5rc4, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
User avatar
therube
Ambassador
Posts: 7971
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: stack class="noscript-bottom-notify"

Post by therube »

(Heh) you've forced the (NoScript) Notification bar to the bottom (that's one way to do it), but if you close the bar after you had opened Web Console, it still retains the space it had occupied, just that it is now blank.

If you had not opened Web Console, then the Notification bar would slink away into nothingness as it should.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a2
User avatar
Giorgio Maone
Site Admin
Posts: 9527
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: stack class="noscript-bottom-notify"

Post by Giorgio Maone »

Please check latest development build 2.5rc5, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3370
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: stack class="noscript-bottom-notify"

Post by GµårÐïåñ »

FWIW, I don't see the problem.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1
User avatar
therube
Ambassador
Posts: 7971
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: stack class="noscript-bottom-notify"

Post by therube »

Working :-).
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a2
Post Reply