Mailing List Archive

Re: [8546] Fixed popup menu rendering issues in IE and Firefox.
On Wed, 1 Apr 2009, brewt@bricolage.cc wrote:
> Revision: 8546
> Author: brewt
> Date: 2009-04-01 21:53:39 -0700 (Wed, 01 Apr 2009)
> ViewCVS: http://viewsvn.bricolage.cc/?rev=8546&view=rev
>
> Log Message:
> -----------
> Fixed popup menu rendering issues in IE and Firefox.
> IE6 menu item height and extra space before the item.
> IE7 had the extra space before the item.
> Firefox was inheriting a style from the workspace/desk causing the <a> to not
display: block.

Should the menus not be hiding behind things now?
I think I've cleared the cache and everything,
and sorry if I've misapplied the updates,
but for me they still hide behind (in IE7 on Vista).
[Screenshots attached. (I hope)]
Re: [8546] Fixed popup menu rendering issues in IE and Firefox. [ In reply to ]
> Should the menus not be hiding behind things now?
> I think I've cleared the cache and everything,
> and sorry if I've misapplied the updates,
> but for me they still hide behind (in IE7 on Vista).

Unfortunately, no that patch doesn't do that. It just fixes the spacing of the
popup menu itself. The z-index issues need to be fixed separately.

Adrian
Re: [8546] Fixed popup menu rendering issues in IE and Firefox. [ In reply to ]
On Thu, 2 Apr 2009, Adrian Yee wrote:
>> Should the menus not be hiding behind things now?
>> I think I've cleared the cache and everything,
>> and sorry if I've misapplied the updates,
>> but for me they still hide behind (in IE7 on Vista).
>
> Unfortunately, no that patch doesn't do that. It just fixes the spacing of the
> popup menu itself. The z-index issues need to be fixed separately.

Ah okay, thanks for confirming