Bug 106663 - [test-case] Tabbing in HTML pages with <select>-forms loops through forms instead beginning with tabindex=1
Summary: [test-case] Tabbing in HTML pages with <select>-forms loops through forms ins...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 12:53 UTC by Jan
Modified: 2012-06-18 14:14 UTC (History)
4 users (show)

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 Jan 2005-06-02 12:53:14 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Debian testing/unstable Packages

On pages with the following forms

<SELECT multiple size="1" name="component-select" tabindex="10">
   <OPTION selected value="Component_1">Component_1</OPTION>
   <OPTION>Component_2</OPTION>
   <OPTION>Component_3</OPTION>
</SELECT>
<INPUT type="submit" value="Send" tabindex="11">


tabbing only works for the first round. After jumping through the form, TAB doesn't return to Tabindex=1, but jumps back to the form.

In reverse order (pressing SHIFT+TAB) it works as expected.
Comment 1 Philip Rodrigues 2006-09-02 22:50:01 UTC
I can't really tell what's going on with that example. Can you provide a full testcase?
Comment 2 lexual 2006-10-03 03:25:32 UTC
Closing due to no response from reporter. If this is still an issue for the reporter, please let the KDE developers know.
Comment 3 Maksim Orlovich 2006-10-03 03:28:36 UTC
Please keep this open for now..
Comment 4 Martin Fitzpatrick 2007-01-09 00:02:41 UTC
New complete test case available at http://www.mutube.com/x/kde/bug106663.html

Tabbing through elements works as expected here (i.e. unable to reproduce). One oddity about the code provided is that it contains a multiple-select input element, but specifies a size of 1. While this does not affect tabbing, clicking on the select element selects the next item to the one visible - until the bottom, where it stops. Perhaps this is the behaviour being described by the bug?

Anyone else able to confirm using this test case?
Comment 5 FiNeX 2008-04-06 23:22:38 UTC
The initial testcase can be reproduced even on konqueror 4.
Moreover, pressing SHIFT+TAB when the select is active will focus the address bar.
Comment 6 Myriam Schweingruber 2012-06-18 14:14:34 UTC
Message from the Bugsquad and Konqueror teams:
This bug is closed as outdated, as we do not have the manpower to maintain the KDE3 version anymore.
If you still can reproduce this issue with Konqueror 4.8.4 or later, please open a new report.
Thank you for your understanding.