Re: [Vimprobable-users] [PATCH] Further refactoring
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2013-03-18 01:31:40
|
I found some coing issues in the hinting java script. The following two patches fixes them. By the way, the image hintings should not work in the current implementation, because we do a click on the hinted image that will not open the image. We should reads the source of the imagen and give it to the c-layer to open it. At the moment the image hinting works only for those images that where embeded into a a-tag that will be openened because we let the click event bobble up. Daniel |