nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

Clicking on a an element in PDF preview when detached - document does not get focus #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click on a point-and-click element when the PDF viewer is detached

What is the expected output? What do you see instead?
The text cursor moves to the correct location in the document, but the PDF
viewer window keeps focus. I'd expect that the main Frescobaldi window
should automatically get focus, allowing typing without an additional mouse
click.

What version of the product are you using? On what operating system?
0.7.17, KDE 4.3.2, from "official" Frescobaldi PPA, Ubuntu 9.10 on AMD64

Original issue reported on code.google.com by csnyd...@mvpsoft.com on 2 Dec 2009 at 5:54

GoogleCodeExporter commented 8 years ago
Fixed in r1693. The mainwindow is activated when doc.setActive is called, so 
that
clicking on a note in the detached PDF viewer will switch the focus to the main 
window.

Thanks for this report.

Original comment by wbsoft on 3 Dec 2009 at 8:51