Bug 20797 - selecting a value in combobox does not call page
Summary: selecting a value in combobox does not call page
Status: CLOSED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-22 22:03 UTC by Ferdinand Gassauer
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferdinand Gassauer 2001-02-22 21:50:55 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kjs
Version:           KDE 2.1.0 
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.95.2 19991024 (release)
OS:                Linux 2.2.16 i686
OS/Compiler notes: 

select value for the language in combobox does not call next page
http://www.kludi.at

similar to 6944 which still works

cu
ferdinand

(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields E-Mail manually changed)
Comment 1 Harri Porten 2001-03-03 00:33:21 UTC
Bug is most likely caused by a

-->

instead the sources. Right now only

// -->

would work. Same as #19716. Will look into this.

Harri.
Comment 2 David Faure 2001-12-04 15:41:29 UTC
With current CVS the language "popupmenu" appears and disappears ok but clicking on it still does nothing. Looks like a khtml problem because the onClick event is never triggered. Maybe the mouse click code selects the wrong DIV (i.e. sends the click to the background div).
Even the mouseover/mouseout events don't work.
I tried creating a testcase from the generated DIV for a single menuitem that worked ok (all events were received) so this looks like a problem linked to the overall page layout.
Will reassign to khtml.
--
David FAURE david@mandrakesoft.com faure@kde.org
http://perso.mandrakesoft.com/~david/  http://www.konqueror.org/
KDE 3.0: Konquering the Desktops
Comment 3 Ferdinand Gassauer 2002-02-09 10:29:15 UTC
--=20

cu
ferdinand