Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 468955

Summary: MultiCellWidget does not set background-repeat
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 3.0   
Target Milestone: 3.0 RC3   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2015-06-01 06:56:51 EDT
MultiCellWidget.js is supposed to set "background-repeat: no-repeat" for all image cells. Due to the cloning approach MCW uses, in combination with the way background properties are handled in Style.js (value is first attached to the element as a non-css property, then set later), the property value is lost. 

This may cause glitches with checkboxes in chrome at certain zoom-levels.
Comment 1 Tim Buschtoens CLA 2015-07-30 08:40:12 EDT
This was already fixed in commit d6d18838ef3f2003222170d30446472cb6b8f060 for the 3.0 release. I forgot to close this issue. The clone method now also copies the properties attached by Style.js