Bug #2369
closedScrollbars Disappear After Using Fullscreen Mode--Now crashes
0%
Description
1) open a workflow (can be a blank one)
2) go into full screen mode, either by selecting "Full Screen" on the "View"
menu, or by clicking the "Full Screen" button on the toolbar
3) use the "Esc" key to return to regular screen size
-> the scrollbars have now disappeared from the graph frame
Related issues
Updated by Dan Higgins almost 17 years ago
Problem not often encountered; delay fix
Updated by Timothy McPhillips about 16 years ago
I am encountering this problem as well (on OSX). The scrollbars disappear when I go to full screen mode. They do not appear when I return to regular screen size. And clicking on the navigation pane does not restore the scrollbars, either.
Updated by Timothy McPhillips over 15 years ago
This problem appears now to be worse (running kepler-trunk). Going to fullscreen mode and then hitting escape now causes a NullPointerException:
[run] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
[run] at ptolemy.vergil.basic.ExtendedGraphFrame.cancelFullScreen(ExtendedGraphFrame.java:115)
Updated by Derik Barseghian over 15 years ago
bug #3900 addresses the leaving full screen crash.
Updated by Chad Berkley over 15 years ago
Try to figure this out and remove full screen mode if we can't get it fixed before 2.0
Updated by Chad Berkley over 15 years ago
- Bug 3900 has been marked as a duplicate of this bug. ***
Updated by Daniel Crawl over 15 years ago
I've disabled full screen mode since it crashes returning from full screen. (See my comments why this occurs in KeplerGraphFrame). If this can't be fixed, then the button should be removed.
Updated by Christopher Brooks over 12 years ago
There was a problem with scrollbars disappearing after fullscreen, but
View->Full Screen has been removed, so this bug is moot.