| Summary: | [Combo] Wrong drop-down list position if bounds and listVisible are set together | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 2.2 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
Drop-down list location ( bounds ) calculation is based on Combo DOM element position. Thus, Combo bounds have to be applied to the DOM before setting the list bounds. The solution is to set the list bounds just before appearing of the list ( on list appear event). Fixed with commit 5d45670b79040dd9ce5a2e6d762d81edf3843198. |