| Summary: | [Text] Focussing a text field by TAB does not select all text | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.2 | ||
| Target Milestone: | 3.0 M4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
Not on Windows SWT and I remember that we agreed to keep the Windows behavior. Nevertheless, I think that the GTK behavior fits better for a Web-based application. ... BTW is the behavior the same for single and multi Text widget? (In reply to Ivan Furnadjiev from comment #2) > ... BTW is the behavior the same for single and multi Text widget? No. For multi-line text fields, the cursor goes before the first character. However, who would want to prepend text? I guess most users would either want to replace text (select all) or to append text (selection after last char). Fixed with change https://git.eclipse.org/r/#/c/36611/ |