RESOLVED FIXED 88747
applyAuthorStyles not effective
https://bugs.webkit.org/show_bug.cgi?id=88747
Summary applyAuthorStyles not effective
Eiji Kitamura
Reported 2012-06-10 20:42:00 PDT
applyAuthorStyles is not effective regardless of true or false.
Attachments
Dimitri Glazkov (Google)
Comment 1 2012-06-11 10:35:04 PDT
Can you please provide a reduction for the problem you're having?
Eiji Kitamura
Comment 2 2012-06-11 18:59:26 PDT
There's 2 phenomenon due to this issue. 1. Styles inherited even though applyAuthorStyles is explicitly set as "false" http://jsdo.it/agektmr/z03X 2. Weird behavior on this example http://jsdo.it/agektmr/bpbU distributed content won't show up until - you explicitly give applyAuthorStyles = true - you open up DevTools and click inside rectangle with magnifier via Elements tab
Hajime Morrita
Comment 3 2012-06-11 19:26:01 PDT
Will take a look.
Hajime Morrita
Comment 4 2012-06-11 23:56:30 PDT
Unassigning myself - Bug 88843 will fix a part of this.
Hajime Morrita
Comment 5 2012-07-19 02:13:22 PDT
(In reply to comment #2) > There's 2 phenomenon due to this issue. > > 1. Styles inherited even though applyAuthorStyles is explicitly set as "false" > http://jsdo.it/agektmr/z03X This works as intended - applyAuthorStyles affects only to shadow tree, not distributed contents > > 2. Weird behavior on this example > http://jsdo.it/agektmr/bpbU > > distributed content won't show up until > - you explicitly give applyAuthorStyles = true > - you open up DevTools and click inside rectangle with magnifier via Elements tab Looks like fixed. Feel free to reopen if my understanding is wrong. Thanks,
Note You need to log in before you can comment on or make changes to this bug.