-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fix(input): remove z-index target-area for ionic theme #30261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b3b7466 to
353070f
Compare
353070f to
b79c5be
Compare
b79c5be to
57d8e77
Compare
- add tests screenshots
57d8e77 to
1cad66b
Compare
| // Cursor should match the native input when hovering over the target area. | ||
| cursor: text; | ||
|
|
||
| z-index: 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we ever figure out why this was added in the first place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's still a question with no answer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll just have to keep this in mind if we run into issues later. Have we verified if textarea is behaving correctly? It follows the same structure as input that it might also lead to the same issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done a simple / quick test on the textarea and haven't found any issue so far
Co-authored-by: Maria Hutt <[email protected]>
thetaPC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue number: internal
What is the current behavior?
Currently, operations associated with gestures aren’t working, for the ionic theme:
What is the new behavior?
Does this introduce a breaking change?
Notes
Currently, the double click text selection is not working (the text isn't selected) on the automated tests for:
as manual tests do not have this problem, we'll be skipping these tests for now and come back to them at a later date