| Summary: | [Combo] Overlays text after changing items | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Krüger <webmaster> | ||||||||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||||||
| Severity: | critical | ||||||||||||||
| Priority: | P3 | CC: | ivan | ||||||||||||
| Version: | 1.2 | ||||||||||||||
| Target Milestone: | 1.2 RC3 | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | All | ||||||||||||||
| Whiteboard: | qx-open | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Markus Krüger
Created attachment 137620 [details]
Overlayed combo text
Created attachment 137621 [details]
Snippet in create part control
Created attachment 137629 [details]
Proposed patch.
List tems are not removed from DOM if the display property is false.
Please review.
Works like a charm with this patch. Ivan, Could that also be solved in the qx ListItem.js? I thought setting the displayable field to true as it is done in the Tree would solve the issue. Created attachment 137649 [details]
Proposed patch.
A new version of the patch that does not touch inner list "display" property.
Opened qooxdoo bug: Removing child from hidden parent leads to broken appearance and memory leak http://bugzilla.qooxdoo.org/show_bug.cgi?id=2444 Last patch worked for me, too. Created attachment 137972 [details]
Proposed patch.
Small code rafactorings.
Changes are in CVS HEAD. |