[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2010-09-16 Thread Bug Watch Updater
** Changed in: gtk
   Importance: Unknown = Medium

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-09-29 Thread Scott Ritchie
This is still live (and very annoying) in Firefox for Karmic by the way.
Right click an image to save, go to the folder you want to save it to,
and start typing to rename it - your text will have no effect.

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-09-29 Thread Sebastien Bacher
don't reopen closed bugs but open a new one

** Changed in: gtk+2.0 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Aethralis
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Aethralis
Can confirm that this is an issue also in Jaunty as described by Rkimber
and Scott Enderle.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Ralf Hersel
I confirm for Jaunty as well.
This is not bad ui design - it is a bug.
It is a bug when the filename is highlighted but the treeview has the focus.
Everybody would expect that the highlighted filename will be overwritten but 
nobody would expect to filter the treeview. So please fix it.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread David Siegel
** Changed in: hundredpapercuts
   Status: New = Confirmed

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread David Siegel
Can someone list steps to reproduce this behavior in Jaunty? It appears
fixed to me.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Brett Alton
The problem appears fixed to me as well. Whenever I use gedit or firefox
to save a file, I can start typing immediately as the text field has
focus by default.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Ralf Hersel
Hi David
No, it is definitely not fixed.
Here are the steps to reproduce it in Ubuntu 9.04:

1. open GEDIT
2. click SAVE
3. click on a folder
4. notice that the filename is still highlighted but your typing will go
to the treeview filter instead to the filename (wrong focus)

Regards
Ralf

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Brett Alton
That's because you just clicked on a folder, so now the focus is with
the folders, not with the filename. The problem was previously that the
filename text field was never in focus when the dialog first opened. Now
it is in focus when it's first opened, but if you move the focus to a
folder (like you said) how is it supposed to know that you want to know
type the filename?

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread David Siegel
Ralf, there is a different bug filed for that issue.

** Changed in: hundredpapercuts
   Status: Confirmed = Invalid

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Ralf Hersel
Ok, David. Can you please give me the link to that other issue. Thanks

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Ralf Hersel
Hello Brett
The problem is, that the filename remains highlighted even when you click a 
folder. Therefore the user supposes that he can start overwriting the filename 
(because it is highlighted), which is not the case. The expected behaviour 
would be, that the filename gets the focus as soon as you changed the folder.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Ralf Hersel
David, I found it myself. It is https://bugs.launchpad.net/bugs/387934

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread RedRat
How about removing the highlight of the pseudo file name then. If the 
focus is on the folder, highlight the folder but do not highlight the 
suggested filename.

Brett Alton wrote:
 That's because you just clicked on a folder, so now the focus is with
 the folders, not with the filename. The problem was previously that the
 filename text field was never in focus when the dialog first opened. Now
 it is in focus when it's first opened, but if you move the focus to a
 folder (like you said) how is it supposed to know that you want to know
 type the filename?



-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Michael Knepher
Currently, the highlighted color changes depending on whether the
filename string has focus or not. Being able to tell whether the text is
in focus or not probably depends a great deal on the gtk theme. This is
probably something for some usability folks to look at and further
discussion should take place on https://bugs.launchpad.net/bugs/387934.
The original behavior I reported in this bug does appear to be fixed.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-06-16 Thread Scott Ritchie
I don't think we're quite done here - we still need to figure out if
some areas of the dialog should have focus even after the user clicks on
them.  There are two cases where we would want this:

1) if the user doesn't need to search, typing should go towards the user's 
other task (changing the to be saved filename)
2) if the user doesn't know that searching is even possible, then they will 
navigate manually before searching


The places section, in particular, is something that doesn't need to be 
searched since it is so small - removing focus from the filename save as gets 
in the way in that case.  I'm not sure about 2, but it will require user 
testing.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2009-03-09 Thread Scott Enderle
I'm afraid I have to agree with Ceriak. This is still an issue in
Intrepid, at least for me.

As Rkimber stated, it's no longer a problem if you open the dialog and
type a filename directly. The problem happens when you navigate to
another folder using the GtkTreeView. The text in the filename box
remains highlighted, but when you attempt to type over it, you wind up
entering text into the GtkTreeView filter. At the very least, the
filename box text should be grayed out or deselected, to convey that it
needs to be refocused in order to be edited.

Frankly, I don't see the TreeView filter as a useful tool in this
context; more useful would be an integrated filename box/filter. I don't
know if such a thing is practically possible. But leaving the filename
highlighted is plain bad ui design -- it's confusing and disorienting --
and it ought to be changed.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-05-12 Thread Rkimber
The situation as I see it now is that if (say, in Bluefish) I want to
save a file as 'filename.htm'  I choose 'save as' and the original
'filename' is highlighted so that I can type over it if I want (though
I'm not sure why it assumes I always want to keep the same htm
'extension').  That much works fine.

But if I click on another file and type anything, the name field goes
blank and further typing opens a small text field further down the
window.  It's not clear what (if anything) this does.  Similarly, the
name field goes blank if I click on another directory.

Surely all we need is that the original filename is highlighted and
active, and remains highlighted and active until we type over it, or
press 'save'.

I'm using ubuntu 8.04, with libgtk2 (2.19.9-3Ubuntu3)

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-05-12 Thread Alexander Jones
The small text field is the GtkTreeView filter. It is needed for keyboard
browsing.

The problem here is actually that, as soon as the directory browser is
revealed, it takes focus, unconditionally. What I think should happen is
that using the expander should transfer focus to the browser.


** Attachment added: unnamed
   http://launchpadlibrarian.net/14478781/unnamed

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-02-07 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Fix Released

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-02-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.12.7-1ubuntu1

---
gtk+2.0 (2.12.7-1ubuntu1) hardy; urgency=low

  * debian/patches/080_from_upstream_fix_fileselector_focus_issues.patch:
- change from upstream to fix fileselector focus issues
  (LP: #93396, #130224)

 -- Sebastien Bacher [EMAIL PROTECTED]   Wed, 06 Feb 2008 10:51:25
+0100

** Changed in: gtk+2.0 (Ubuntu)
   Status: Triaged = Fix Released

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2008-02-05 Thread Baptiste Mille-Mathias
The problem is still present for me with libgtk 2.12.7-1 in hardy.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-12-12 Thread brettalton
Confirmed in 2.12.0-1ubuntu3.

I submitted a duplicate bug just yesterday.

Maybe a Ubuntu-specific patch is in order?

I wish I knew C so I could help out :P

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-12-12 Thread brettalton
Oh and here is the screen I submitted in my duplicate bug:
http://launchpadlibrarian.net/10851010/saving_in_gedit.png.

Just in case someone needs a visual!

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-12-12 Thread Alex Jones
Just to clarify, this is a problem when the Browse for other folders
expander is open. If it's closed when you open the dialogue, there's no
bug.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-29 Thread Bug Watch Updater
** Changed in: gtk
   Status: Fix Released = New

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-29 Thread xtknight
Sebastien: Understood.  I was mainly wondering what Triaged meant in
the grand scheme of things.  Thank you for dealing with this bug.

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-27 Thread xtknight
I still have the problem on Gutsy.  What's the status?

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-27 Thread Sebastien Bacher
xtknight, if the bug is still open and had recent comments there is no
need to add comments to say it's still there. About the status you can
read the bug comment, there is thousand of bugs and only limited
ressources to work on them, the code is opensource though so patches are
welcome

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-21 Thread Matthew Nuzum
Is the fix released? As of today, Friday, Sept 21st, this problem is
still evident on a fully updated Gutsy. (I saw numerous gtk2 updates
come through and I've restarted the computer)

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-21 Thread Sebastien Bacher
that's still happening, reopening

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Released = Triaged

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-17 Thread Sebastien Bacher
 gtk+2.0 (2.12.0-0ubuntu1) gutsy; urgency=low
 .
   * New upstream version:
 GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode
 GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog
 Bugs fixed:
 - 459561 critical warnings with custom tooltips
 - 461648 GdkWindowQueueItem::serial overflow
 - 463773 Openoffice and flash run into a deadlock when used with KDE
 - 468801 thunar segfaults when selecting targa image (LP: #127574)
 - 473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
 - 473954 gnome-background-properties: crash on drag-n-drop to Add...
   (LP: #128931)
 - 461945 totem outputs errors in terminal (LP: #129438, #130329)
 - 348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
 - 405868 Missing implementation of gdk_window_get_geometry()
 - 441219 Do not allow moving cursor to separators
 - 447214 rename the tips_data_list field back
 - 451202 New tooltips API has too long default timeout (LP: #133919)
 - 451397 Use new tooltip API in gtk+
 - 452225 check and option mark drawing is a mess of inconsistency
 - 457642 tooltips on notebook's tab labels
 - 458088 Improve mouse cursor for paned widgets
 - 458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
 - 458280 remove set-toolip handler from menutoolbutton
 - 458298 broken cursor movement with inline selection
 - 459459 Missing implementation of gdk_window_set_decorations() an...
 - 459515 gtk_menu_key_press() buglets
 - 459566 update testtooltips
 - 459667 Missing implementation of gdk_window_set_keep_above and g...
 - 460272 GtkFrame publishes incorrect defaults for label-xalign
 - 460534 No expose events if input swamps main loop with scrolled ...
 - 461225 gtk_tree_view_set_tooltip_cell() documentation: cell
  -463907 'Recent Documents' is broken in gnome-panel 2.19.5 (LP: #131266)
  -464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
 - 465039 keynav-failed signal not emitted when treeview has just...
 - 467003 tooltips do not pick up theme changes
 - 467117 Documentation for the GtkPaned key binding signals
 - 467414 gtkcupsutil.c won't build with cups 1.3
 - 468055 Incorrect compose mapping for capital U with macron (LP: #113721)
 - 468245 Tooltip timer doesn't get reset when mouse leaves into ot...
   (LP: #135076)
 - 469214 Recently used blocks side-panel browsing until loaded
 - 469374 menu accelerators don't work
 - 469395 make dist failure
 - 471132 Highlighting a suggestion with the keyboard changes the U...
   (LP: #134304)
 - 471215 Cursor drawing broken
 - 472974 gtk-builder-convert doesn't set correctly the tab label f...
 - 472981 make gtk-builder-convert not remove some empty properties
 - 356630 Print to file dialog suggests output.pdf even for ps ou...
 - 447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
 - 459340 GtkContainer API documentation refers deprecated gtk_widg...
 - 459732 build system: cups detection with only cups-config might ...
 - 460207 there are still references to deprecated gdk_pixbuf_rende...
 - 461483 Wrong check in gtk_window_group_remove_window
 - 472643 gtk_builder_add_from_file: *filename marked as constant b...
 - 474696 ToolbarContent should use GSlice
 - 459313 A few functions that don't appear in 2.12 new symbols
 - 468832 crash while reading ANI file
 - 470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
 - 473340 gtk_print_operation_get_error() is listed twice
 - 473463 GtkButton doesn't have a GdkWindow like the docs say it does
 - 474282 Dead code in gtkmisc.c
 - 472951 gtkprintunixdialog should support custom tabs as buildable
 - 383003 Dragging text including non-ascii chars from epiphany to ...
 - 449371 Open with menu has no effect (LP: #121796)
 - 404541 GtkIconView crashes when I select icons with rubberband w...
 - 467324 Iter swapping causes segmentation fault
 - 475158 Random crash while scrolling trough notebook tabs
 - 450032 GtkRecentAction should have defaults
 - 458283 wrong tooltip on menutoolbutton
 - 467717 Extra trailing comma after last enum definition
 - 467719 config.h should always be included first if using AC_SYS_...
 - 474897 rendering problem with latest gtk+
 - 475400 Fix a typo in gtkentry.c
 - 436576 GtkFileChooserButton title from supplied dialog
 - 475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
 - 105895 Please add common keybindings for the TreeView
 - 306445 stock icon for the open recent menu
 - 449371 Open with menu has no effect
 - 426246 Spurious expose events during asynchronous GtkWindow re...
 - 436576 GtkFileChooserButton title from supplied dialog
 - 

[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-11 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Fix Released

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-09-09 Thread Sebastien Bacher
The bug is fixed upstream now

** Changed in: gtk+2.0 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-08-21 Thread Bug Watch Updater
** Changed in: gtk (upstream)
   Status: Unknown = New

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-08-20 Thread Sebastien Bacher
I've sent the bug upstream on
http://bugzilla.gnome.org/show_bug.cgi?id=468445

** Bug watch added: GNOME Bug Tracker #468445
   http://bugzilla.gnome.org/show_bug.cgi?id=468445

** Also affects: gtk (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=468445
   Importance: Unknown
   Status: Unknown

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 130224] Re: gtkfilechooser save/save as dialog misplaces focus

2007-08-03 Thread Pedro Villavicencio
Confirmed, this is totally reproducible in gutsy, thanks for your
report.

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: New = Triaged

-- 
gtkfilechooser save/save as dialog misplaces focus
https://bugs.launchpad.net/bugs/130224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs