Adjust dragOver method of tabbrowser.xml to be closer to Firefox version
Categories
(SeaMonkey :: Tabbed Browser, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file)
|
5.61 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
At the moment the _onDragOver method is quite different to the Firefox version making it difficult to port future changes, so it makes sense to adjust it to be closer.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.20
Risk to taking this patch (and alternatives if risky): lowish
String changes made by this patch: none
Comment 2•1 year ago
|
||
Comment on attachment 9417971 [details] [diff] [review]
1911845-tabbrowser-dragOver-25320.patch
lgtm.
Nit. Maybe in a followup after the code is baked add brackerts around if 'one-liners'.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/66a4156ebc9b
Adjust dragOver method of tabbrowser.xml to be closer to Firefox version. r=frg
Comment 4•1 year ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/43ef911ba4c646535af915740f81cd1861be943d
Switch from boxObject to getBoundingClientRect in utilityOverlay. r=frg a=frg
Description
•