https://bugs.freedesktop.org/show_bug.cgi?id=42612

--- Comment #22 from Lionel Elie Mamane <[email protected]> 2011-11-09 14:32:38 
PST ---
Here's my theory. One or both of the symptoms is due to the fact that events
happen in this order:

1) Double-click -> open table data view
2) Change of selection -> refresh preview

The "refresh preview" handling brings the database window back to the
forefront, but that's after the new "table data view" window has been opened.
Maybe it somehow also closes the other window in 3.4.4, not sure.

Maybe if we could switch the order of these two events? But the second event
seems to be delayed by 900ms pretty much on purpose, with a timer. I'm not sure
why, but that's probably for performance reasons, so that when one changes the
selection often (e.g. with the down/up arrow on the keyboard), things are not
too horribly slow.

I disabled the delay and confirmed it fixes (on master) the "table data view
opened behind main application window" symptom. Could someone please check
whether it also fixes (in 3.4.4rc2 with mysql, see comment 12) the "table data
view closes after a second" symptom? I don't have access to that setup right
now.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to