Closed
Bug 1111995
Opened 8 years ago
Closed 8 years ago
border-radius does not change hover zone for input/button elements
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: tj, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: css3, testcase)
Attachments
(2 files)
1.82 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
3.51 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 Build ID: 20141126041045 Steps to reproduce: Create circular button using input(submit) or button element with border-radius: <button style="width:100px; height:100px; border-radius:50%;">Round button</button> You can add hover style on button for better visual understanding. Actual results: Clicking on corner (of bound box) where no visual element and you are clicking on button, but visual you click on background. Expected results: Click should go through rounded corner and not hit button.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mats
Component: CSS Parsing and Computation → Layout: Form Controls
Keywords: testcase
OS: Windows 7 → All
Hardware: x86_64 → All
Version: 34 Branch → unspecified
Assignee | ||
Updated•8 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8538006 -
Flags: review?(roc)
Assignee | ||
Comment 2•8 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=dc24a27d5138
Attachment #8538006 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bac36f6e728f https://hg.mozilla.org/integration/mozilla-inbound/rev/5f7211d4190d
Flags: in-testsuite+
Comment 4•8 years ago
|
||
Backed out for B2G desktop failures. https://hg.mozilla.org/integration/mozilla-inbound/rev/1a8b874719fb https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4817378&repo=mozilla-inbound
Assignee | ||
Comment 5•8 years ago
|
||
I retriggered the test ~50 times on non-B2G platforms and they were all green, so it seems to be a B2G issue. The changed code is cross-platform. So I disabled the test on B2G for now: https://hg.mozilla.org/integration/mozilla-inbound/rev/542e2960e4d0 https://hg.mozilla.org/integration/mozilla-inbound/rev/a2f90950d072
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/542e2960e4d0 https://hg.mozilla.org/mozilla-central/rev/a2f90950d072
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•