GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

"close file" on tab menu doesn't work #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. right click on tab of an open file
2. click on 'close "file" ...'

What is the expected output? What do you see instead?
expected just closing but not.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra 0.4.75 on Platform: (linux2, python 2.5.4,wxGTK 2.8.7.1, unicode,
gtk2, wx-assertions-off, SWIG-1.3.29) (debian)

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by rastiker...@gmail.com on 22 Apr 2009 at 12:42

GoogleCodeExporter commented 9 years ago
Confirmed

Very odd, just that one menu item does not seem to be generating an event, and 
only
on gtk version, osx and msw work correctly.

Original comment by CodyPrec...@gmail.com on 22 Apr 2009 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 18 May 2009 at 3:23

GoogleCodeExporter commented 9 years ago
Committed change to not use common system id for menu events to work around 
issue of events not being delivered to application by framework.

Fixes issue with tab context menus "Close" and "Close All" options not working 
on Linux.

Original comment by CodyPrec...@gmail.com on 2 Jun 2011 at 2:41