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

Thanks Grant.

I've added my 2 cents to the bug report. For us this is a bit of a serious problem, since our RCP application relies heavily on the Browser component in a tabbed Properties view. Is this something that is hard to fix? Is it a Mac thing? How can we help?

Phil


Grant Gayed wrote:
This is a known problem, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70579 .  It's a carbon
(SWT)<->cocoa (WebKit) interaction problem.

Grant

"Phillipus" <phillipus@xxxxxxxxxxx> wrote in message
news:fpn0im$68h$1@xxxxxxxxxxxxxxxxxxxx
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