[PATCH] propagate mouse events on widgets through the DOM

bj at altern.org bj at altern.org
Fri Jul 30 13:10:04 BST 2004


On Thursday 29 July 2004 19.48, Tobias Anton wrote:
> On Freitag, 30. Juli 2004 00:00, bj at altern.org wrote:
> > The idea is nice, but I found problems with the listboxes and textareas:
> > they now swallow "ctrl" and "alt" events. It means you cannot access
> > Konqueror's menus anymore when a listbox or textarea is focused. Nor can
> > you use the new "ctrl" accesskey system...
>
> Oops... I'm working on it.
 While you are at it, I found an even worse problem introduced by your patch: 
Listboxes crash khtml on deletion.
Go on any page that contains a listbox selection widget, konqueror will crash 
when leaving the page.
testcase:

<FORM ACTION="" METHOD=POST>
<SELECT NAME="selection" multiple>
<OPTION>test1</OPTION>
<OPTION>test2</OPTION>
<OPTION>test3</OPTION>
</SELECT>
<INPUT TYPE="submit" VALUE="Ok">
</FORM>

I had a quick look at the code but didn't find the problem...
Jean-Baptiste




More information about the kfm-devel mailing list