New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 762427 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug


Participants' hotlists:
Hotlist-1


Sign in to add a comment

border of the element is cut

Reported by 553262...@qq.com, Sep 6 2017

Issue description

Steps to reproduce the problem:
<div class="parent">
  <div class="child"></div>
</div>
.parent {
  width:360px;
  height:360px;
}
.child {
  width:300%;
  height:300%;
  overflow: hidden;
  border-radius: 1px solid blue;
  box-sizing: border-box;
  transform: scale(.333333);
  transform-origin: 0 0;
  outline:1px solid transparent;//essential
}

What is the expected behavior?
Can you tell me the reason?

What went wrong?
Element‘s border is cut.

Did this work before? N/A 

Does this work in other browsers? Yes

Chrome version: 57.0.2987.132  Channel: n/a
OS Version: 6.0.1
Flash Version: 

when I try to implement 1px pixels Using CSS property transform: scale (.33333),the result is that the element's border-top can be cut。And I can resolve this problem by adding 'outline:1px solid transparent;' to the element;
How does the browser parses the css attribute outline?
 
error.png
128 KB View Download
Cc: ligim...@chromium.org
Labels: Needs-triage-Mobile
Labels: Needs-Feedback
Hi 553262477@qq.com

The screenshot you have provided doesn't match the code you provided. I am unable to reproduce this problem given that code. Could you please provide code that is a minimum reproduction of the bug on jsfiddle or similar and screenshot the resulting problem? Thank you :)


Comment 3 by 553262...@qq.com, Sep 7 2017

Sorry,I don't konw whether this bug work in other browsers and this bug doesn't always appear.
I think this bug is similar to this one below and the solution to both problems is the same.
http://jsfiddle.net/0dvvd1n1/
Below is mine:
https://jsfiddle.net/daiyamin1020/ybv5ef92/
Project Member

Comment 4 by sheriffbot@chromium.org, Sep 7 2017

Cc: bugsnash@chromium.org
Labels: -Needs-Feedback
Thank you for providing more feedback. Adding requester "bugsnash@chromium.org" to the cc list and removing "Needs-Feedback" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Cc: -bugsnash@chromium.org
Cannot repro on chrome 61.0.3163.81 on either android 8.0.0 or on android 7.1.2.

So you're not able to consistently reproduce the bug?
Labels: Needs-Feedback
The code in the original report isn't valid (border-radius value is wrong. I think possibly it's meant to be border. I changed it to border & still couldn't repro).

I don't understand what the bug in the first jsfiddle is. The second jsfiddle is too complex for me to work out what is going on.

We're going to need a valid, reduced test case to move forward with this bug.
Cc: sandeepkumars@chromium.org
@553262477@qq: Could you please respond to comment #6.

Thanks!!

Comment 8 by e...@chromium.org, Feb 1 2018

Status: WontFix (was: Unconfirmed)
Closing due to inactivity and inability to reproduce.

Sign in to add a comment