! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
dialog labels should not be focus-able
Status:
RESOLVED: WORKSFORME
Product:
Mousepad
Component:
General

Comments

Description samo 2006-10-10 07:09:34 CEST
the yes-no-cancel dialog which appears at appearing at closing changed-but-not-saved document, allows focusing on its label (e.g. using [tab])
Comment 1 Dmitri Bachtin 2011-08-15 12:07:37 CEST
Created attachment 3825 
Prevents tabstops on the info area of GtkMessageDialogs in mousepad
Comment 2 Dmitri Bachtin 2011-08-15 12:09:53 CEST
Mousepad uses GtkMessageDialog for the yes-no-cancel popups. The GtkMessageDialog sets its info are to sensitive by default what allows tab stops on it. The attached patch removes the GTK_SENSITIVE flags from the GtkMessageDialogs. 

The user still can operate with the contents of the message area with the mouse (e.g. to copy the contents).
Comment 3 Andre Miranda editbugs 2013-10-15 05:22:47 CEST
I confirm this bug and the patch provided by Dmitri can't be applied in the current master, but after some tweaking it's proven to correctly fix the bug.
Comment 4 Matthew Brush editbugs 2013-10-27 00:29:49 CEST
I want to see if it can be fixed at the GTK+ level before we add a workaround. I filed a bug about it:

https://bugzilla.gnome.org/show_bug.cgi?id=710941
Comment 5 Theo Linkspfeifer editbugs 2019-11-15 23:47:31 CET
This does not seem to affect the GTK3 build. Closing the report.

Bug #2396

Reported by:
samo
Reported on: 2006-10-10
Last modified on: 2019-11-15

People

Assignee:
Matthew Brush
CC List:
4 users

Version

Target Milestone:
Mousepad 0.2.x

Attachments

Additional information