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

Bug 380878

Summary: Border can partially disappear on Text in IE8
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jboehme, tbuschto
Version: 1.5   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-05-29 07:10:10 EDT
To reproduce:

Start controls demo in IE8.
Go Text tab.
Click BORDER.
Click Editable or Enabled.

Border on the bottom and right are gone.
Comment 1 Tim Buschtoens CLA 2012-05-29 07:13:25 EDT
The reason for this is that the inner targetNode (requried for the glow/shadow effect) is bigger than the outer element. That happens because the IE-specific width/height rendering in Widget.js does not know how the inner width/height is to be set if its not a complex border. (Which it isn't in this case.)
Comment 2 Tim Buschtoens CLA 2012-05-29 08:37:56 EDT
Fixed in Master with commit 970bdace781aa7c29fd5f838ae6d91f9c588358b
Comment 3 Tim Buschtoens CLA 2012-05-29 09:59:04 EDT
The fix indirectly caused Bug 380899 to appear.