Bug 117370 - Whitespace between inlines with nowrap and a shrink-to-fit parent line-break incorrectly
Summary: Whitespace between inlines with nowrap and a shrink-to-fit parent line-break ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robert Hogan
URL:
Keywords:
Depends on:
Blocks: 117284
  Show dependency treegraph
 
Reported: 2013-06-08 06:53 PDT by Robert Hogan
Modified: 2013-06-12 12:20 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.12 KB, patch)
2013-06-09 03:35 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff
Patch (7.66 KB, patch)
2013-06-09 05:35 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff
Patch (9.84 KB, patch)
2013-06-10 13:22 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2013-06-08 06:53:49 PDT
<!DOCTYPE html>
<html>
<style>
    #container {
        float: right;
    }
    .link
    {
        white-space: nowrap;
    }
</style></head>
<body>
<div id="container">
        <a href="" class="link">A</a>
        <a href="" class="link">B
</a>
</div>
Comment 1 Robert Hogan 2013-06-09 03:35:14 PDT
Created attachment 204114 [details]
Patch
Comment 2 Robert Hogan 2013-06-09 05:35:55 PDT
Created attachment 204118 [details]
Patch
Comment 3 Alexey Proskuryakov 2013-06-09 18:26:10 PDT
Comment on attachment 204118 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=204118&action=review

> Source/WebCore/ChangeLog:3
> +        Whitespace between inlines with nowrap and a shrink-to-fit parent line-break incorrectly

I cannot parse this sentence, it has no verb. Could you please tweak it for readability?
Comment 4 Robert Hogan 2013-06-10 13:22:10 PDT
Created attachment 204182 [details]
Patch
Comment 5 Dave Hyatt 2013-06-12 11:26:47 PDT
Comment on attachment 204182 [details]
Patch

r=me
Comment 6 WebKit Commit Bot 2013-06-12 12:20:45 PDT
Comment on attachment 204182 [details]
Patch

Clearing flags on attachment: 204182

Committed r151518: <http://trac.webkit.org/changeset/151518>
Comment 7 WebKit Commit Bot 2013-06-12 12:20:47 PDT
All reviewed patches have been landed.  Closing bug.