Bug 128714 - [testcase] Konqueror fails with marking part of text in label elements
Summary: [testcase] Konqueror fails with marking part of text in label elements
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 23:19 UTC by Daniel Hahler
Modified: 2012-06-18 14:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case attached (103 bytes, text/html)
2006-06-05 23:35 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hahler 2006-06-05 23:19:45 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages

You cannot mark portions of a text in LABEL elements.

E.g. with a simple page like:
------------------------------------------
<html>
<body>
<form>
<label>label</label>
<input type="text" />
</form>
<p>foo bar</p>
</body>
</html>
------------------------------------------

1. You cannot start selecting text inside of the label: the label gets surrounded by a dotted line instead
2. If you do not select the whole label (e.g. only from between "label" and the input box up to the "b" of "label"), it seems as if the selection end point/marker does not get set and the selection changes as you move the mouse along.
Comment 1 Tommi Tervo 2006-06-05 23:35:18 UTC
Created attachment 16496 [details]
test case attached
Comment 2 Tommi Tervo 2006-06-05 23:35:55 UTC
both cases confirmed.
Comment 3 Juergen Heinemann 2006-07-24 23:05:19 UTC
KDE Libs KHTML 3.5.4 svn trunk build 24.07.2006
gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
I have these problem two all Accebility event by Label didn't work.
[CODE]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
  <head>
    <title>Accebility</title>
  </head>
<body>
<div>
	<label>Accebility
		<input type="checkbox" />
	</label>
	<hr />
	<label for="set">Accebility</label>
	<input id="set" type="checkbox" />
</div>
</body>
</html>
[CODE]
Comment 4 Jo Øiongen 2008-04-20 13:42:10 UTC
Still valid with Konqueror 4.0.3, Kubuntu 8.04 RC.
Comment 5 Myriam Schweingruber 2012-06-18 14:11:29 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.