Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text box widget, take over of PR5375 #6988

Merged
merged 9 commits into from Sep 3, 2016

Conversation

fariza
Copy link
Member

@fariza fariza commented Aug 27, 2016

Friendly take over of #5375

@fariza fariza changed the title Text box widget Text box widget, take over of https://github.com/matplotlib/matplotlib/pull/5375 Aug 27, 2016
@fariza fariza changed the title Text box widget, take over of https://github.com/matplotlib/matplotlib/pull/5375 Text box widget, take over of PR5375 Aug 27, 2016
@fariza
Copy link
Member Author

fariza commented Aug 27, 2016

@tacaswell here is the new PR, I just discover a small bug

Traceback (most recent call last):
  File "/home/fede/workspace/matplotlib/lib/matplotlib/backends/backend_gtk3.py", line 249, in key_press_event
    FigureCanvasBase.key_press_event(self, key, guiEvent=event)
  File "/home/fede/workspace/matplotlib/lib/matplotlib/backend_bases.py", line 1839, in key_press_event
    self.callbacks.process(s, event)
  File "/home/fede/workspace/matplotlib/lib/matplotlib/cbook.py", line 541, in process
    proxy(*args, **kwargs)
  File "/home/fede/workspace/matplotlib/lib/matplotlib/cbook.py", line 408, in __call__
    return mtd(*args, **kwargs)
  File "/home/fede/workspace/matplotlib/lib/matplotlib/backend_bases.py", line 2685, in key_press
    key_press_handler(event, self.canvas, self.canvas.toolbar)
  File "/home/fede/workspace/matplotlib/lib/matplotlib/backend_bases.py", line 2609, in key_press_handler
    if not (event.key in all):
TypeError: argument of type 'builtin_function_or_method' is not iterable

I will try to fix it next week

@Nodraak can you submit a PR against this one?

@smithsp can you create a PR from your branch https://github.com/smithsp/matplotlib/tree/text-box-widget to mine https://github.com/fariza/matplotlib/tree/text-box-widget

@Nodraak
Copy link
Contributor

Nodraak commented Aug 27, 2016

@fariza Here you go :)

I just discover a small bug

I'm not sure if all is supposed to be all_keys ... Looks like a silly typo

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Aug 27, 2016
@HastingsGreer
Copy link
Contributor

Hi! Thanks for the friendly takeover -- sorry for dropping off the face of the earth there

@fariza
Copy link
Member Author

fariza commented Aug 28, 2016

@Nodraak for the time being I didn't take the set_facecolor change because I wasn't able to reproduce the problem.

@fariza
Copy link
Member Author

fariza commented Aug 30, 2016

@tacaswell I don't think the failure is related.

@jenshnielsen
Copy link
Member

I merged #7006 which should fix the docs build error on Travis

@fariza
Copy link
Member Author

fariza commented Aug 30, 2016

@jenshnielsen any idea on the appveyor fail?

@smithsp
Copy link
Contributor

smithsp commented Aug 30, 2016

@fariza
Copy link
Member Author

fariza commented Aug 30, 2016

@smithsp maybe I'm lost in the logs, but I don't see a relation between this PR changes and the failure

@smithsp
Copy link
Contributor

smithsp commented Aug 30, 2016

@fariza
I agree that this PR is not the cause of appveyor failure. I guess that is why you pinged @jenshnielsen

@jenshnielsen
Copy link
Member

That is probably fixed by #7011

@fariza
Copy link
Member Author

fariza commented Aug 30, 2016

In that case, that's all from my side.
Any other question/suggestion/changes?

Ready to merge

@jenshnielsen
Copy link
Member

Power cycling again

@tacaswell
Copy link
Member

Thanks everyone for getting this across the finish line!

@HastingsGreer
Copy link
Contributor

Thank you so much for your help!

On Sat, Sep 3, 2016 at 4:09 PM, Thomas A Caswell notifications@github.com
wrote:

Thanks everyone for getting this across the finish line!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#6988 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGgnAXEV-VCZMSyXwpatin0GEH-X5vgPks5qmdQUgaJpZM4JusI0
.

This was referenced Sep 12, 2016
@fariza fariza deleted the text-box-widget branch October 22, 2016 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants