[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2012-09-24 Thread Vistaus
** Branch unlinked: lp:gwibber

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/739923/+subscriptions

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2012-06-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~webcredentials-team/+junk/gwibber-opensesame-
packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/739923/+subscriptions

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-07-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/739923/+subscriptions

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:gwibber

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Ken VanDine
** Also affects: gwibber
   Importance: Undecided
   Status: New

** Changed in: gwibber
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 3.0.0-0ubuntu2

---
gwibber (3.0.0-0ubuntu2) natty; urgency=low

  * debian/patches/better_input_handling.patch
- Don't set editable until the input is exposed (LP: #647406)
- Added optional content arg to GwibberPosterVBox, so consumers of the
  API won't need to override the expose event to insert default
  contents (LP: #739923)
 -- Ken VanDine ken.vand...@canonical.com   Wed, 06 Apr 2011 15:02:46 -0400

** Changed in: gwibber (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Ken VanDine
** Changed in: gwibber
Milestone: None = 3.0.1

** Changed in: gwibber (Ubuntu)
 Assignee: Ken VanDine (ken-vandine) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Ken VanDine
Here's a code sample that doesn't require messing with the expose event:

import gtk

from gwibber.lib.gtk import widgets

class MicroblogDialog(gtk.Window):

def __init__(self, contents, parent=None):
gtk.Window.__init__(self)
self.set_default_size(420,140)
poster = widgets.GwibberPosterVBox(content=contents)
poster.input.connect(submit,self.submitted)
poster.button_send.connect(clicked, self.submitted)
self.add(poster)
self.show_all()

def submitted(self, *args):
self.destroy()

MicroblogDialog(This is a test)
gtk.main()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:gwibber/3.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-24 Thread Ken VanDine
I think this was fixed by adding the content inside your expose-event, I
am closing this.  If you still think there is a bug in the widget,
please re-open.

** Changed in: gwibber (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-24 Thread Rick Spencer
I *worked around* the bug in that manner, but I don't think we should
call it a fix. I also had to disconnect from the expose event to keep
the the users input from being continually written over.

import gtk

from photobomb.photobombconfig import getdatapath
from gwibber.lib.gtk import widgets

class MicroblogDialog(gtk.Window):

def __init__(self, contents, parent=None):
gtk.Window.__init__(self)
self.set_default_size(420,140)
poster = widgets.GwibberPosterVBox()
poster.input.connect(submit,self.submitted)
poster.button_send.connect(clicked, self.submitted)
self.expose_event = poster.connect(expose-event, 
self.on_expose_input, contents)
self.add(poster)
self.show_all()

def on_expose_input(self, widget, event, contents):
widget.disconnect(self.expose_event)
widget.input.set_text(contents)

def submitted(self, *args):
self.destroy()

** Changed in: gwibber (Ubuntu)
   Status: Invalid = New

** Changed in: gwibber (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-24 Thread Ken VanDine
I'll try to find a way we can simplify that without removing the counter
overlay... tricky

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-24 Thread Rick Spencer
could you not simply add set_text to the vbox, check if the overlay
has been created. If it has, just set the text in the input field, and
if it hasn't, store the value and don't apply it until the overlay has
been created, for example by connecting to the expose event?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-24 Thread Ken VanDine
That's probably a good solution, I'll try to have something prepared for
right after beta-1.  So expect something you can test before then :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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


[Bug 739923] Re: GwibberPosterVBox reports an error and does not submit

2011-03-21 Thread Rick Spencer
** Changed in: gwibber (Ubuntu)
 Assignee: (unassigned) = Ken VanDine (ken-vandine)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739923

Title:
  GwibberPosterVBox reports an error and does not submit

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