2.8.4.0 wxpython's wx.stc.styledtextctrl issues (EVT_STC_CHANGE events not received after typing / in the editor)

Folks,

I am using wxpython 2.8.4.0

I am having the following issue with wx.stc.styledtextctrl

I listen to EVT_STC_CHANGE events and I have noticed that
after I type the character / in the editor

I stop receiving the EVT_STC_CHANGE events.

Does anybody know why this is happening.

Thanks,

  • Adi