History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3223
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Unassigned
Reporter: Philip Romanik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

app-console is shown in dhtml even when showTaskBar=false

Created: 07/Dec/06 12:13 PM   Updated: 03/Apr/07 01:19 PM
Component/s: Laszlo Foundation Classes (LFC)
Affects Version/s: Legals PR4
Fix Version/s: 4.0.0

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 2,991
Runtime: N/A
Fix in hand: False


 Description  « Hide
On dhtml, the app console is always shown; even in the laszlo-explorer.

Even though showTaskBar is set to false, the app console is still shown:
http://localhost:8080/legals/laszlo-explorer/scripting/debugger.lzx?lzr=dhtml&showTaskBar=false

It works fine in swf. This does not display the app console:
http://localhost:8080/legals/laszlo-explorer/scripting/debugger.lzx?lzr=swf7&showTaskBar=false


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 08/Dec/06 05:47 PM
Fix merged into 4.0b1 release branch as r2998.

Mamye Kratt - 18/Jan/07 03:21 PM
(legals build 3411)
&showTaskBar=false no longer displays the debug console, however, &showTaskBar=true doesn't either.

Philip Romanik - 23/Feb/07 02:17 PM
showTaskBar=false is the only valid value. Setting it to true doesn't do anything. This is definitely fixed

showTaskBar=false will NOT display the app console. If this is not specified, the app console is displayed.

Mamye Kratt - 03/Apr/07 01:19 PM
(4.0.x local build 4574)
&showTaskBar=true doesn't exist, just &showTaskBar=false. If Task Bar is wanted skip &showTaskBar.