| Summary: | "Document has been modified" Dialog does not have the focus on GTK3. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | chrys87 <chrys87> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | h3734236, ilmari.lauhakangas |
| Priority: | medium | ||
| Version: | 5.0.1.2 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.1.0 target:5.0.4 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
chrys87@web.de
2015-08-10 08:57:31 UTC
Here some additional information: this seems only to happen if i try to close lo with alt + F4. if i Press the X in the window bar, the "Document has been modified" dialog has the focus. if i press alt + F4 the "Document has been modified" does not have the focus and you are not able to focus it with the keyboard. I can also see this in the most current 5.0.1 version. (In reply to chrys87@web.de from comment #1) > Here some additional information: > > this seems only to happen if i try to close lo with alt + F4. > if i Press the X in the window bar, the "Document has been modified" dialog > has the focus. > if i press alt + F4 the "Document has been modified" does not have the focus > and you are not able to focus it with the keyboard. > > I can also see this in the most current 5.0.1 version. Reproduced. Arch Linux 64-bit, Gnome3, LibO 5.0.1 ctrl+q also sets the focus to the dialog, so its only the alt+f4 that denies it. So perhaps its alt key handling. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=82abd23f3ee1900b7579e5a0afa23581d5836f01 Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3 It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. simplest thing seems to be to use totop for all dialogs in order to get that to call gtk_widget_present. Backport to 5-0 as https://gerrit.libreoffice.org/#/c/19933/ Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5a1d267a1ed7557db3fe4c73bc0749c885f0ebef&h=libreoffice-5-0 Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3 It will be available in 5.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |