| Summary: | Disposed widget should throw an SWTException if method getData(String) is called | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Dirk Stanke <dirk.stanke> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | 2.2 M1 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Dirk Stanke
This exception has been introduced to be able to obtain custom widget ids after a widget is disposed of. We should find a solution that does not break the contract of the SWT method. (In reply to comment #1) > This exception has been introduced to be able to obtain custom widget ids after > a widget is disposed of. We should find a solution that does not break the > contract of the SWT method. Since RAP 1.5 this is not a case anymore (see bug 375246). Bring checkData() back in Widget#getData( String ). Fixed in master with commit 0519b464411cf29bf4d01e72debcbc999b775461. |