[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2011-10-12 Thread Sebastien Bacher
This dialog got rewritten in GNOME3, closing ** Changed in: gnome-control-center (Ubuntu) Status: Triaged = Invalid ** Changed in: gnome-control-center (Ubuntu) Assignee: Jean-Baptiste Lallement (jibel) = (unassigned) -- You received this bug notification because you are a member

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2011-03-18 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: In Progress = Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. https://bugs.launchpad.net/bugs/542001 Title: gnome-network-properties: put

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-control-center Importance: Unknown = Low -- gnome-network-properties: put the cursor at the end of the proxy entry while typing https://bugs.launchpad.net/bugs/542001 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-04-17 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown = In Progress -- gnome-network-properties: put the cursor at the end of the proxy entry while typing https://bugs.launchpad.net/bugs/542001 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-22 Thread Chris Coulson
Thank you for the patch. I've not had a look in great detail yet, but I do have 1 comment so far: +{ + GConfClient *client; + client = gconf_client_get_default (); + + char const *entered_text = gtk_entry_get_text(entry); It seems that you're leaking the GConfClient here --

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-22 Thread Jean-Baptiste Lallement
updated patch according to previous comment. ** Changed in: gnome-control-center (Ubuntu) Assignee: (unassigned) = Jean-Baptiste Lallement (jibel) ** Patch added: g-n-p.update-on-focus-out_02.diff http://launchpadlibrarian.net/41631001/g-n-p.update-on-focus-out_02.diff ** Patch removed:

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-19 Thread Jean-Baptiste Lallement
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41303876/Dependencies.txt -- gnome-network-properties: put the cursor at the end of the proxy entry while typing https://bugs.launchpad.net/bugs/542001 You received this bug notification because you are a member of Ubuntu

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-19 Thread Jean-Baptiste Lallement
** Bug watch added: GNOME Bug Tracker #93246 https://bugzilla.gnome.org/show_bug.cgi?id=93246 ** Also affects: gnome-control-center via https://bugzilla.gnome.org/show_bug.cgi?id=93246 Importance: Unknown Status: Unknown -- gnome-network-properties: put the cursor at the end of

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-19 Thread Kamus
It's strange but absolutely reproducible under fully upgraded Lucid. ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided = Low ** Changed in: gnome-control-center (Ubuntu) Status: New = Triaged -- gnome-network-properties: put the cursor at the end of the proxy entry

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-19 Thread Jean-Baptiste Lallement
BTW it doesn't respect HIG 2.2 according to http://library.gnome.org/devel/hig-book/stable/windows-utility.html.en#windows-instant-apply Do not make the user press an OK or Apply button to make the changes happen, unless either: [...] * the changes in the window have to be applied

[Bug 542001] Re: gnome-network-properties: put the cursor at the end of the proxy entry while typing

2010-03-19 Thread Jean-Baptiste Lallement
A prototype of a solution to mitigate this usability issue. It disables the gconf value update on entry change and add a focus-out event to do the update. It's a bit less surprising for the user. ** Patch added: g-n-p.update-on-focus-out.diff