When tab is moved by D&D only part of web page is shown in D&D snapshot
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
When tab is moved by D&D only half of browser page is shown in D&D snapshot.
Reporter | ||
Comment 1•2 years ago
|
||
This actually depends on Firefox screen size. The popup has fixed size 150x100 pixels and when Firefox window has a different size (say 100x100) only part of the screen is shown.
Emilio, do you think it may be possible to update the snapshot popup size according to the Firefox window size? (and maybe make it a bit bigger?)
Comment 2•2 years ago
|
||
I'm confused, I'm not seeing this. That said, this is the code. Maybe we could use the setDragImage
API like other platforms? The size is also hard-coded in that function so could be changed as needed.
Reporter | ||
Comment 3•2 years ago
|
||
It depends on Firefox window size. The D&D popup is a rectangle and Firefox window itself can have different sizes so various part of the web page can be shown. But anyway, it's perhaps not worth to spend time on that.
Description
•