summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-04-06 12:05:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-04-06 12:05:25 +0000
commit94d12a96e7c7ec96539f19494042f969b25391a8 (patch)
tree5f90a3ea6f53102902a16199708ef5c79db47867 /desktop
parentf059818d74bbf856ccb0674555c9c73f0c6e93e5 (diff)
downloadnetsurf-94d12a96e7c7ec96539f19494042f969b25391a8.tar.gz
netsurf-94d12a96e7c7ec96539f19494042f969b25391a8.tar.bz2
Squash access to freed memory.
Actually process form inputs which have been styled display:none; This needs revisiting after 1.0 as the following will still break: <form ..> <div style="display:none;"> <input type="hidden" name="foo" value="bar"/> </div> <input type="submit" name="submit" value="submit"/> </form> The children of the div are not processed (which is correct for display purposes, but results in the hidden input being ignored entirely). A more correct fix would be to perform form input -> gadget creation orthogonally from box tree generation; then styling will have no effect. svn path=/trunk/netsurf/; revision=3236
Diffstat (limited to 'desktop')
0 files changed, 0 insertions, 0 deletions