diff --git a/IPython/Extensions/ibrowse.py b/IPython/Extensions/ibrowse.py index d597d59..b1356ab 100644 --- a/IPython/Extensions/ibrowse.py +++ b/IPython/Extensions/ibrowse.py @@ -1465,6 +1465,8 @@ class ibrowse(ipipe.Display): except KeyError: align = 2 style = astyle.style_nodata + if i == level.cury: + style = self.getstylehere(style) padstyle = self.style_datapad sepstyle = self.style_sep if i == level.cury: diff --git a/doc/ChangeLog b/doc/ChangeLog index 83275d6..362743a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-07-18 Walter Doerwald + + * IPython/Extensions/ibrowse.py (ix): Make cursor visible over + non existing attributes. + 2006-07-14 Walter Doerwald * IPython/Extensions/ipipe.py (ix): Use os.popen4() so that the