Bug 53944
| Summary: | Inconsistency between m_innerBlock's style and m_buttonText's style in RenderMenuList.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Xiaomei Ji <xji> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | mitz |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Xiaomei Ji
From mitz's comment in https://bugs.webkit.org/show_bug.cgi?id=53642#c5:
> 1. what is the difference between m_innerBlock's style and m_buttonText's style? They are setting different values in the code. when m_button's style takes effect?
Hm… that’s a good question. I can see how the styles could get out of sync, which might actually be a problem for direction and unicode-bidi since some code probably looks at the RenderText’s style directly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |