Bug 113142 - REGRESSION (r146588): Cannot correctly display Chinese SNS Renren
Summary: REGRESSION (r146588): Cannot correctly display Chinese SNS Renren
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.8
: P2 Normal
Assignee: Sergey Ryazanov
URL:
Keywords: InRadar
: 113388 (view as bug list)
Depends on:
Blocks: 113401
  Show dependency treegraph
 
Reported: 2013-03-23 18:51 PDT by aattyy
Modified: 2013-03-27 17:10 PDT (History)
11 users (show)

See Also:


Attachments
The nightly build screenshot. (deleted)
2013-03-25 14:21 PDT, aattyy
no flags Details
The correct layout. (deleted)
2013-03-25 14:21 PDT, aattyy
no flags Details
.webarchive of Safari and WebKit (2.12 MB, application/zip)
2013-03-25 21:44 PDT, aattyy
no flags Details
test reduction (170 bytes, text/html)
2013-03-27 04:32 PDT, zalan
no flags Details
Patch (3.92 KB, patch)
2013-03-27 06:32 PDT, Sergey Ryazanov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description aattyy 2013-03-23 18:51:44 PDT
The layout of the main content area is not right
Comment 1 Alexey Proskuryakov 2013-03-25 14:10:37 PDT
Could you please provide more information, such as a screenshot?

I just tried opening <http://www.renren.com> in Safari 6.0.3 and in current build on OS X 10.8.3, and both looked good without any difference.
Comment 2 aattyy 2013-03-25 14:21:02 PDT
Created attachment 194923 [details]
The nightly build screenshot.

I have circled some area where the layout is wrong.
Comment 3 aattyy 2013-03-25 14:21:29 PDT
Created attachment 194924 [details]
The correct layout.
Comment 4 aattyy 2013-03-25 14:26:19 PDT
These screenshots contains my personal information. I'd appreciate it if you could delete the above after you download them.
Comment 5 Alexey Proskuryakov 2013-03-25 17:28:09 PDT
<rdar://problem/13501595>
Comment 6 Mark Rowe (bdash) 2013-03-25 17:31:29 PDT
The content of attachment 194923 [details] has been deleted by
    Mark Rowe (bdash) <mrowe@apple.com>
who provided the following reason:

As requested by the uploader.

The token used to delete this attachment was generated at 2013-03-25 17:31:19 PST.
Comment 7 Mark Rowe (bdash) 2013-03-25 17:31:40 PDT
The content of attachment 194924 [details] has been deleted by
    Mark Rowe (bdash) <mrowe@apple.com>
who provided the following reason:

As requested by the uploader.

The token used to delete this attachment was generated at 2013-03-25 17:31:36 PST.
Comment 8 David Kilzer (:ddkilzer) 2013-03-25 21:30:53 PDT
A *.webarchive of the page with issues would likely be more useful than screenshots.

Can you save a *.webarchive of the page and send it to Alexey or me?
Comment 9 aattyy 2013-03-25 21:44:27 PDT
Created attachment 194996 [details]
.webarchive of Safari and WebKit

Here it is.
Comment 10 johnthinrony 2013-03-26 02:35:50 PDT
In current build, the bug haven't fixed yet. :)

I uploaded screenshots in another thread, not it seems unnecessary..
Comment 11 Alexey Proskuryakov 2013-03-26 08:35:34 PDT
That's bug 111856. I'm not sure if it's the same issue, or a different one.
Comment 12 johnthinrony 2013-03-26 10:13:17 PDT
That's right.
These two threads point to the same issue on the renren.com ...for several days(3 or 5)...

(In reply to comment #11)
> That's bug 111856. I'm not sure if it's the same issue, or a different one.
Comment 13 zalan 2013-03-27 04:31:47 PDT
CSS parsing doesn't recover from broken syntax.

after the following, broken, style declaration, 

div {
    ;*display:expression(function(){})
}

the next valid style declaration does not get applied

#foo {
    color: red;
}

see attached reduction case.

Apparently the changes in CSSGrammar.y.in (r146588) causes this regression.

bugzilla can't find ​serya@chromium.org (author) so assigned it to the reviewer of r146588
Comment 14 zalan 2013-03-27 04:32:10 PDT
Created attachment 195270 [details]
test reduction
Comment 15 zalan 2013-03-27 04:33:05 PDT
*** Bug 113388 has been marked as a duplicate of this bug. ***
Comment 16 Sergey Ryazanov 2013-03-27 05:41:13 PDT
This is a problem similar to https://bugs.webkit.org/show_bug.cgi?id=112880. Patch from this bug fixes this issue as well as a few more tests that fail on WebKit before r146588.
Comment 17 zalan 2013-03-27 06:31:05 PDT
Thanks for the update.

(In reply to comment #16)
> This is a problem similar to https://bugs.webkit.org/show_bug.cgi?id=112880. Patch from this bug fixes this issue as well as a few more tests that fail on WebKit before r146588.
Comment 18 Sergey Ryazanov 2013-03-27 06:32:29 PDT
Created attachment 195301 [details]
Patch
Comment 19 johnthinrony 2013-03-27 12:58:11 PDT
Thank you for the update...but why can't I still get the correct layout? I was using 146499 which works properly...

(In reply to comment #18)
> Created an attachment (id=195301) [details]
> Patch
Comment 20 zalan 2013-03-27 13:00:01 PDT
The patch hasnt been landed yet.
 
(In reply to comment #19)
> Thank you for the update...but why can't I still get the correct layout? I was using 146499 which works properly...
> 
> (In reply to comment #18)
> > Created an attachment (id=195301) [details] [details]
> > Patch
Comment 21 WebKit Review Bot 2013-03-27 17:09:55 PDT
Comment on attachment 195301 [details]
Patch

Clearing flags on attachment: 195301

Committed r147028: <http://trac.webkit.org/changeset/147028>
Comment 22 WebKit Review Bot 2013-03-27 17:10:01 PDT
All reviewed patches have been landed.  Closing bug.