-
9 Apr 2012 12:39 PM #1
Ext GWT Bug Template
Ext GWT Bug Template
Thanks for testing the prerelease builds of Ext GWT 3. Your feedback has been indispensable to us throughout development, and we really appreciate your help in identifying bugs.
To help get bugs into our system and ironed out quickly, we have a bug template that we recommend you use when filing a bug.
To use this template,- Copy the contents of the following code block into a new thread,
- Replace anything between « … » with your own bug information.
Using this template helps us more quickly skim your reports, extract the necessary details, validate the problem, and file the bug against the right engineer.
Special note for users of the rich text editor: This bug template is very difficult to use with the rich text editor. I recommend you use the standard text editor when filing a bug. You can change your default editor in your forum settings, or you can temporarily switch to the standard text editor by appending &wysiwyg=0 to the URL of the editor. Or, use the following link.Code:[size=+2]Required Information[/size] [size=+1][b]Version(s) of Ext GWT[/b][/size] «Ext GWT 3.0 Release Candidate» [size=+1][b]Browser versions and OS[/b][/size] [b](and desktop environment, if applicable)[/b] [list] [*]«Internet Explorer 8, Windows 7» [*]«Firefox 10, OS X 10.7» [*]«Chrome 17, Windows XP, Aston Shell» [*]«Firefox 11, Ubuntu 10.04, GNOME» [/list] [size=+1][b]Virtual Machine[/b][/size] «Yes/No» [size=+1][b]Description[/b][/size] «Describe the problem in greater detail here, summarizing the behavior.» [size=+1][b]Run mode[/b][/size] «Whether the bug occurs in development mode, production mode, or both» [size=+1][b]Steps to reproduce the problem[/b][/size] [list=1]</i> [*] Start running in development mode in Eclipse [*] Open app in browser [*] «Click the second row in the grid» [*] «…» [/list] [size=+1][b]Expected result[/b][/size] «What would have happened in correct operation» [size=+1][b]Actual result[/b][/size] «What you observed to happen instead» [size=+1][b]Test case[/b][/size] [code] «A simplified code sample demonstrating the problem.» «Your code sample should implement EntryPoint.» [/code] [size=+2]Helpful Information[/size] [size=+1][b]Screenshot or video[/b][/size] [list] [*]«Link to attachment» [/list] [size=+1][b]Live test[/b][/size] «[url]http://…[/url] Address for a test case for this bug on a running server» [size=+1][b]Debugging already done[/b][/size] [list] [*]«none» [/list] [size=+1][b]Possible fix[/b][/size] «Not provided»
File a bug in Sencha GXT 3Last edited by WesleyMoy; 9 May 2012 at 3:51 PM. Reason: Add note for rich text editor users
-
9 Apr 2012 12:40 PM #2
Here's a sample report:
Required Information
Version(s) of Ext GWT
3.0 Release Candidate
Browser versions and OS
(and desktop environment, if applicable)- Internet Explorer 8, Windows 7
Virtual Machine
No
Description
Clicking a button causes an exception to be thrown.
Run mode
Development mode
Steps to reproduce the problem- Start running in development mode in Eclipse
- Open app in browser
- Click the button
Expected result
Nothing. No handlers have been added.
Actual result
An exception appears in the development mode console.
Test case
Helpful InformationCode:public class Test implements EntryPoint { public void onModuleLoad() { RootPanel.get().add(new TextButton("Hello")); } }
Screenshot or video- «Link to attachment»
Live test
«http://… Address for a test case for this bug on a running server»
Debugging already done- «none»
Possible fix
«Not provided»
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote