[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 132142] New: Focusing on text inputs with .focus() should move
From:       Tim Hutt <tdh29 () cam ! ac ! uk>
Date:       2006-08-09 12:32:18
Message-ID: 20060809143217.132142.tdh29 () cam ! ac ! uk
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=132142         
           Summary: Focusing on text inputs with .focus() should move the
                    cursor to the end.
           Product: konqueror
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: kjs
        AssignedTo: konq-bugs kde org
        ReportedBy: tdh29 cam ac uk


Version:            (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages

Simple bug (probably almost wishlist), but when you so something like this:

<html>
<head>
	<script type="text/javascript">
		function select()
		{
			document.getElementById("query").focus();
			return false;
		}
	</script>
</head>

<body onload="select();">
	<form action="index.cgi" method="GET">
		<input type="text" id="query" name="query" value="Some initial text."/>
	</form>
</body>
</html>

Then the input cursor appears at the start of the text edit, when it should be at the \
end (most often you want to append text, not prepend it). Firefox does it correctly.

Just a slight annoyance - probably very easy to fix.
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic