Bug with RichTextPresenter showOn: (nil asValue) ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Bug with RichTextPresenter showOn: (nil asValue) ?

Chris Uppal-3
Hi,

This works:
    TextPresenter showOn: (nil asValue).

But this doesn't:
    RichTextPresenter showOn: (nil asValue).

I'm not sure if it's a bug, but it's causing me some inconvenience.

    -- chris