Open
Bug 757086
Opened 13 years ago
Updated 3 years ago
button displaying cursor issue(s)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: asxoniles, Unassigned)
Details
Attachments
(1 file)
|
1.51 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
I wanted to use the css sliding door technic with one image on a
case1: <button type="submit"><span>text</span></button>
or a
case2: <button type="submit"><span></span>text</button>
construct.
For case 1 if floated the span element and used a negativ margin thus the transparent corners in the image wouldnt overlap.
For case2 I positioned the span element absolute while the button element is position:relative
Actual results:
In both cases the span element doesn't inherit the cursor property when outside of the button. Placing the span element inside of buttons dimensions, the element inherits the cursor property.
Explicit assigning the cursor property to the span doesnt work either.
Expected results:
Child elements in buttons should display the cursor property in any case.
Does the same thing happen in the latest Nightly? nightly.mozilla.org
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
QA Contact: untriaged → layout.form-controls
Comment 2•13 years ago
|
||
Or better yet, could you please attach a testcase that shows the problem?
Comment 3•9 years ago
|
||
Here is a test case showing this issue.
In both examples the outlined <span> elements should have a "help" cursor. They show a default cursor instead.
Comment 4•5 years ago
|
||
This appears to work as intended for me in FireFox 75 on macOS 10.13.6.
@asxoniles, can you confirm that it works for you now?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•