[ python-Bugs-1627543 ] Status bar on OSX garbled

SourceForge.net noreply at sourceforge.net
Mon Jul 9 10:09:02 CEST 2007


Bugs item #1627543, was opened at 2007-01-04 05:49
Message generated for change (Comment added) made by ronaldoussoren
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1627543&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Platform-specific
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: sigzero (sigzero)
Assigned to: Nobody/Anonymous (nobody)
Summary: Status bar on OSX garbled

Initial Comment:
The way that OSX windows work there is always a resizing handle in the lower right hand corner of windows. The way that IDLE currently does the statusbar is:

|Ln: 13|Col: 4

This cause the Col number to be placed over the resizer.

Something along the lines of:

|Ln: 13|Col: 4|<spaces>

would probably ensure that the resizer is not overlayed.



----------------------------------------------------------------------

>Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2007-07-09 10:09

Message:
Logged In: YES 
user_id=580910
Originator: NO

Don't run OSX GUI applications outside of an application bundle, that is
unsupported behaviour as far as the OS is concerned. Python has a
workaround that makes it possible to do this, but that's mostly meant to be
used during development only.

If you want to open a file in idle from the command-line use  'open -a
IDLE somefile.py'.

I'm closing this bug as wont-fix because of this.

----------------------------------------------------------------------

Comment By: Gus Tabares (gtabares)
Date: 2007-04-17 17:04

Message:
Logged In: YES 
user_id=834009
Originator: NO

This is only reproducible when invoking IDLE from the Terminal. Invoking
IDLE from the Finder is not affected. Here is the broken code in question:

Line 299 EditorWindow.py
if macosxSupport.runningAsOSXApp():


This will always return False from the Terminal because IDLE.app is not in
sys.argv[0] (see macosxSupport.py line 9).

----------------------------------------------------------------------

Comment By: sigzero (sigzero)
Date: 2007-01-04 05:49

Message:
Logged In: YES 
user_id=1339209
Originator: YES

This is for IDLE 1.1.4 and I am using Python 2.4.4 on OSX Tiger.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1627543&group_id=5470


More information about the Python-bugs-list mailing list