[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] SWT Browser Redraw Bug in a Tabbed Property View on Mac?

Hi,

Using Eclipse 3.3.1 on Mac OS X Leopard on a MacBook.

I am using the Tabbed Properties View in an RCP application and have added a Section that extends org.eclipse.ui.views.properties.tabbed.AbstractPropertySection.

In this Section I have added an instance of a SWT Browser.

This SWT Browser displays fine on Windows and Ubuntu, but *not* on Mac OS X Leopard...

When I resize the Properties View containing the Tabbed Property Section, the Browser's image stays put and floats on the screen, not moving with the rest of the contents. I.e. it is not being redrawn correctly.

Has anyone else noticed this?

Phillipus