| Summary: | With combo button flickers | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Ling Hao <ling.hao> |
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | konstantin |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
I was not able to see the flicker, but I saw the problem in the debugger. In the model API, changing element property's child element type from one to another was treated as a sequence of two events delete + add. Modified the code to make sure that only one event is sent. Please verify. Verified. Thanks! |
Add the following to the gallery sample in the <with> directive: <hint> <name>style</name> <value>drop.down.list</value> </hint> Change selection from "Child element" to "child element with integer" and notice that "none" is selected temporarily creating a flicker. This is more noticeable in my page probably because there are more content.