| Summary: | [Tree][Table] Application crashes when dragging an item with animating tooltip | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | michael.klein, tbuschto |
| Version: | 3.0 | ||
| Target Milestone: | 3.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
I got the same crash yesterday with RAP 3.0M6 in TableViewer with cell tooltips enabled. Fixed by commit 2f518623e809f4864b7529cc7e9725e2ebf75a07. In some cases toolTips are supposed to disappear immediately (no delay or animation), for example when hovered. This is achieved by temporarily disabling the disappear animation. However, if the animation is already running that caused this crash. Now, we simply call "skip" in this case. |