Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2011-08-24 21:13:19
|
Hi! Daniel Carl <dan...@gm...> wrote: > Can you try to find the reason for this missbehavior, I couldn't > reproduce it here. Maybe you can try to change the z-index, remove > userdefined configuration or get into the issue by inspecting hints > and hintet elements via webinspector. I think I've got it pinned down. You set z-index to 10000000. This does not seem to work. In fact, it is stripped out completely: The hints have no z-index attribute at all! Lowering this value to 1000, for example, makes it work again. I'd say the problem is a difference in the Webkit versions. 100000 still works for me, 1000000 doesn't. So I'd say we use something like 100000 for reasons of compatibility. Hannes |