-
Notifications
You must be signed in to change notification settings - Fork 75
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
Bug/11430 several issues with firefox #11688
Bug/11430 several issues with firefox #11688
Conversation
…ssues-with-firefox
…ssues-with-firefox
…ssues-with-firefox
…ssues-with-firefox
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11688 +/- ##
=======================================
Coverage 83.97% 83.97%
=======================================
Files 902 902
Lines 13107 13109 +2
Branches 1704 1704
=======================================
+ Hits 11006 11008 +2
Misses 1849 1849
Partials 252 252 ☔ View full report in Codecov by Sentry. |
…ssues-with-firefox
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.
Når det gjelder FromComponent
, tror jeg ikke vi trenger å gjøre noe her, av to grunner:
- Vi har en sak på å fjerne den
- Det er ventet at
:has
blir støttet av Firefox innen kort tid
Når det gjelder TreeViewItem
, er saken mer vrien. Vi må gjøre flere undersøkelser for å finne ut hva det er som faktisk skjer i Firefox, slik at vi kan finne en sikker metode som gjør at knappen både kan bli klikket på og dratt i alle nettlesere.
Oppdatering: Jeg har undersøkt litt og ser at dette problemet gjelder spesifikt for <button>
-elementet. Hvis vi gjør om knappen i TreeViewItem
til noe annet (f.eks. ved å bruke as='div'
), ser det ut til å fungere som ventet. Mulig dette er et bedre utgangspunkt for å finne en løsning.
frontend/packages/ux-editor/src/components/FormComponent/FormComponent.module.css
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/FormComponent/FormComponent.module.css
Outdated
Show resolved
Hide resolved
frontend/packages/shared/src/components/TreeView/TreeViewItem/TreeViewItem.module.css
Outdated
Show resolved
Hide resolved
På hviket måte du brukte |
Jeg satte bare |
Description
Bugs in firefox that are fixed:
Related Issue(s)
Verification
Documentation