[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:

[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

[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:

[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

[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:

[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

[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:

[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 =

[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

[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,

[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

[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

[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

[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

[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