| Summary: | Perspective->SaveAs Dialog should show selected element in list | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Tod Creasey <Tod_Creasey> |
| Component: | UI | Assignee: | Tod Creasey <Tod_Creasey> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | Keywords: | accessibility |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
| Bug Depends on: | 10476 | ||
| Bug Blocks: | |||
|
Description
Tod Creasey
This is due to an OS bug in windows (this works fine in Linux) - see Bug 10476. Marking as later as it is low priority. From the setItem() method in Table /* * Bug in Windows. For some reason, when there is insufficient space * to show an item, LVM_ENSUREVISIBLE causes blank lines to be * inserted at the top of the widget. A call to LVM_GETTOPINDEX will * return a negative number (this is an impossible result). The fix is to * detect this case and fail to show the selection. */ if (OS.SendMessage (handle, OS.LVM_GETCOUNTPERPAGE, 0, 0) <= 0) return; Verified fixed in 2.0. Marking closed |