This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206939 - NullPointerException when displaying html in a table and scolling down
Summary: NullPointerException when displaying html in a table and scolling down
Status: RESOLVED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 14:55 UTC by ubiberger
Modified: 2012-01-24 14:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ubiberger 2012-01-05 14:55:33 UTC
Product Version = NetBeans IDE 7.1 RC2 (Build 201111302200)
Operating System = Windows Vista version 6.0 running on x86
Java; VM; Vendor = 1.7.0_02
Runtime = Java HotSpot(TM) Client VM 22.0-b10

JavaFX: 2.02

When I display html text in a table and use the table scrollbar, I get the following exception in console output many times. The application itself works as expected.

Hope that helps.
  Uli

java.lang.NullPointerException
	at com.sun.webpane.sg.theme.ScrollBarThemeImpl.initializeThickness(ScrollBarThemeImpl.java:341)
	at com.sun.webpane.sg.theme.ScrollBarThemeImpl.access$100(ScrollBarThemeImpl.java:27)
	at com.sun.webpane.sg.theme.ScrollBarThemeImpl$ScrollBarWidget.impl_updatePG(ScrollBarThemeImpl.java:50)
	at javafx.scene.Node.impl_syncPGNode(Node.java:431)
	at javafx.scene.Scene$ScenePulseListener.synchronizeSceneNodes(Scene.java:1704)
	at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:1804)
	at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:292)
	at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:385)
	at com.sun.javafx.tk.quantum.QuantumToolkit$8.run(QuantumToolkit.java:311)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
	at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:62)
	at java.lang.Thread.run(Thread.java:722)
Comment 1 Anton Chechel 2012-01-24 14:56:01 UTC
This is output from WebPane module inside Java FX Runtime, not NetBeans IDE.
WebPane jira is based on kenai:
http://javafx-jira.kenai.com/browse/RT-15675