| Summary: | Border can partially disappear on Text in IE8 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | 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
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.) Fixed in Master with commit 970bdace781aa7c29fd5f838ae6d91f9c588358b The fix indirectly caused Bug 380899 to appear. |