Fix bookmarks menu on current Firefox (124)
This MR fixes the bookmarks popup on current Firefox. It was intended to be a pure port-over of user0's fixes (which worked fine on Plasma Mobile). In last minute testing, it turned out to be broken on Sxmo, as it kept covering the keyboard there.
This implementation is closer to the previous implementation and does not have the issue.
Find attached the before and after for current (124) and (ESR):
Merge request reports
Activity
added 1 commit
- c7eed8f9 - Fix editBookmarkPanel behaviour with Firefox 124, avoiding regressions with ESR 115
By Peter M on 2024-03-24T21:29:09
- Resolved by Administrator
- Resolved by Administrator
Could you squash the commits into one? (
git rebase -i origin/master
, then change the lines frompick
pick
pick
topick
squash
squash
; using first letters
instead ofsquash
also works)Very nice, thank you so much!
By Oliver Smith on 2024-03-25T19:30:01
Edited by Ghost Useradded 1 commit
- a8e9bce0 - Fix bookmark menu on Firefox 124, bump copyright
By Peter M on 2024-03-25T19:27:06
added 1 commit
- f0cada5a - Fix bookmark menu on Firefox 124, bump copyright (MR 46)
By Oliver Smith on 2024-03-27T19:15:44