| Summary: | [Combo] Some issues with the new implementation in IE8 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.3 | ||
| Target Milestone: | 2.3 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
Also some problems with the selection in IE8: 1. Start Controls Demo -> Combo Tab 2. Use the third Combo ( "ComboViewer with context" ). 3. Click on "Simula" item with the mouse or select "Simula" with arrow keys - in dialog the selection is shown as empty Also if you hover with the mouse over the item text the cursor is changed from pointer to ibeam. (In reply to comment #1) > Also some problems with the selection in IE8: > 1. Start Controls Demo -> Combo Tab > 2. Use the third Combo ( "ComboViewer with context" ). > 3. Click on "Simula" item with the mouse or select "Simula" with arrow keys - in > dialog the selection is shown as empty Not related to Combo at all. This is a text-size determination issue - "Simula" text is there, but it's wrapped on the next row, thus invisible. The issue is reproducible with RAP 2.2 too in IE8: http://rap.eclipsesource.com/demo/release/controlsdemo/controls#Combo The div width is with 1 px smaller... maybe rounding issue. Still under investigation. (In reply to comment #2) > The div width is with 1 px smaller... maybe rounding issue. Still under investigation. This is not reproducible in real IE8 (VM with Windows XP SP3), but in IE11 as IE8. That's why I will not investigate it further. The two issues mentioned in the description have been fixed with changes https://git.eclipse.org/r/26222 and https://git.eclipse.org/r/#/c/26214/. The only opened issue is the cursor changed to ibeam when move the mouse over the item text (reproducible for me with real IE8 and emulated IE11). With change https://git.eclipse.org/r/#/c/26526/ all known issue are fixed. |