Jonathan Giles

Results 44 issues of Jonathan Giles

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/28) by Anonymous.** ---------------------------------------- when I close my JavaFX application ScenicView starts to consume a lot of cpu power, for imo no reason. I think this should be easily...

bug
major
Scenic View

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/15) by Thomas (Bitbucket: [UncleInf](https://bitbucket.org/UncleInf), GitHub: [UncleInf](https://github.com/UncleInf)).** ---------------------------------------- Exception at startup running with java 1.8 45 x64 on linux, kubuntu 15.04 ``` #!java java.lang.IllegalArgumentException: URI is not absolute at...

bug
major

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/26) by Anonymous.** ---------------------------------------- Scenic View is unable to detect JavaFX applications when using 1.8.0_144. I have confirmation of this from another user, who says that with 1.8.0_141, it...

bug
major

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/25) by Anonymous.** ---------------------------------------- Patch: org.scenicview.view.threedom.Tile3D.snapshot instead of: ``` #!java @SuppressWarnings("CallToPrintStackTrace") public final void snapshot() { Bounds layoutBounds = node2d.getImpl().getLayoutBounds(); if (layoutBounds.getWidth() > 0 && layoutBounds.getHeight() > 0) {...

bug
major

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/24) by Anonymous.** ---------------------------------------- If we set null value for scene I noticed exceptions being outputted, it's scenic view that generating the NPE: Below is the stack trace: java.lang.NullPointerException:...

bug
trivial

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/23) by Anonymous.** ---------------------------------------- When you use the option "Scenegraph > Component Highlight/select on click" the element you've selected does not gets scrolled to on the treeView and so...

bug
minor
Scenic View

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/22) by Irratzo (Bitbucket: [Irratzo](https://bitbucket.org/Irratzo), GitHub: [Irratzo](https://github.com/Irratzo)).** ---------------------------------------- Hi there, ## Overview ## this issue adresses problems with the three **ScenicView** [launching options](http://fxexperience.com/scenic-view/help/) under Windows 7, with ScenicView version...

bug
major
Scenic View

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/19) by Duke Script (Bitbucket: [DukeScript](https://bitbucket.org/DukeScript), GitHub: [DukeScript](https://github.com/DukeScript)).** ---------------------------------------- When using ScenicView to analyze a sample project details and events tabs are empty when selecting a node. Here's version...

bug
major

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/12) by Marcel Vo (Bitbucket: [kogs](https://bitbucket.org/kogs), GitHub: [kogs](https://github.com/kogs)).** ---------------------------------------- I tried to test the new Threedom funktions. I started an JavaFx application and in the console ony this error...

bug
blocker

**[Original report](https://bitbucket.org/scenicview/scenic-view/issue/13) by Anonymous.** ---------------------------------------- I tried using ScenicView via the javaagent method. After I load my application, I get a segfault in the java executable (Ubuntu 14.04, java 1.8.0_20,...

bug
major
Scenic View