Bug 338680 - [ipad] CHECK and RADIO Button images flickering
Summary: [ipad] CHECK and RADIO Button images flickering
Status: ASSIGNED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 323133
  Show dependency tree
 
Reported: 2011-03-02 09:46 EST by Tim Buschtoens CLA
Modified: 2011-04-14 07:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2011-03-02 09:46:30 EST
The check and radio icons are visible flickering when changing state on all iOS devices, especially older ones  (iPhone/iPod) where no icon is visible for (sometimes) several seconds. Its not just the first time (where the icon is not yet loaded because the MultiCellWidget is currently not using the ImagePreloader), its every time.
Comment 1 Tim Buschtoens CLA 2011-04-14 07:49:18 EDT
This might be solved by connecting the qooxdoo image preloader with the themestore image getter. It would be a simple change and unlike the old button/atom implementation would not use the preloaders "onload" event (since we already know the images dimension).
Comment 2 Tim Buschtoens CLA 2011-04-14 07:56:48 EDT
And if that doesnt work we could use html5 cache manifest, though that would have to be created server-side: http://www.phpied.com/iphone-caching/