Skip to content
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

IBX-3069: Fixed selection input in firefox #835

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

Gengar-i
Copy link
Contributor

@Gengar-i Gengar-i commented Jul 11, 2023

Question Answer
Tickets IBX-3069
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Fixed selection input in firefox by disabling draggable when filed expanded
Updated icon chevrons when hide and show
Added hover to draggable button/icon

Explanation

What is this PR for?
This PR fixed inputs in Firefox browser.
What it means?
Draggable in firefox have issue when there is input insde draggable content.
Probabbly browser have no idea if it should drag or select text.
What was solution?
There was implemented event listener on mouseenter and mouseleave to disable draggable when input is hovered.
There still might be problem with choosing input from keyboard but it can be done the same on focus.

Checklist:

  • Coding standards (yarn test)
  • Ready for Code Review

@Gengar-i Gengar-i requested a review from dew326 July 17, 2023 11:09
@Gengar-i Gengar-i requested a review from GrabowskiM July 24, 2023 10:46
@GrabowskiM GrabowskiM force-pushed the ibx-3069-selection-input-in-firefox branch from 199a7fb to a33a083 Compare August 9, 2023 10:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@jwibexa jwibexa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested and validated on 4.5 experience FF

@mikadamczyk mikadamczyk merged commit 7a28e9a into 4.5 Aug 9, 2023
@mikadamczyk mikadamczyk deleted the ibx-3069-selection-input-in-firefox branch August 9, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants