On Sonntag, 30. März 2014 12:39:01 CEST, Jan Kundrát wrote:
On Sunday, 30 March 2014 12:10:38 CEST, James Harkins wrote:
- Can't use space in the message list to page through reading pane
Try using the mouse wheel or send us patches which prevent
focus stealing on space.
Trivial. Have patch to operate on space/backspace as well as right/left
arrow.
- Selecting text by mouse beyond reading window bounds fails to scroll
Yes, this is due to the way we set up the WebKit. Under normal
Should be doable, (we just filter mousemoves, check the button and scroll a
bit when on upper/lower edge)
Will include in review.
You'll notice that Ctrl+F won't scroll the message content to a
previously invisible place, either.
No idea how to do this - the focusedNode isn't exposed :-(
- Reading pane doesn't update when a message is deselected/deleted
What is the real use case behind this? I can think of some, but
I prefer to receive input from real users.
Nothing is selected here after delete & expunge of the selected entry...
1. Pops up a window in front of whatever application I was using.
Patches welcome, please file a bug requesting more transparent
handling of network issues.
iiieeeeee....
That's mostly a WM thing. Possible "solutions":
+ set the usertime back to zero
- possibly not supported by all WMs, also may have nasty side effects
+ Set Qt::WindowDoesNotAcceptFocus and withdraw it after "a short while"
+ Do not use a modal dialog (no toplevel window at all)
If you're using kwin, you could setup a window rule and set the focus
stealing prevention to extreme for the dialog.
Cheers,
Thomas