Difference between revisions of "User:Jimmyshiau"
From Documentation
Jimmyshiau (talk | contribs) |
Jimmyshiau (talk | contribs) |
||
Line 15: | Line 15: | ||
</client-config> | </client-config> | ||
</source> | </source> | ||
+ | :* Using Firefox with [http://getfirebug.com/ firebug] to snapshot the images | ||
+ | {| border="1px" | width="100%" | cellspacing="0" | ||
+ | |- | ||
+ | !style="width:100px"| | ||
+ | !| | ||
+ | |- | ||
+ | | Server side error | ||
+ | | | ||
+ | '''Request''' | ||
+ | |||
+ | [[File:ZK_MeetRpoblem_FF01.png]] | ||
+ | ---- | ||
+ | '''Response''' | ||
+ | |||
+ | [[File:ZK_MeetRpoblem_FF02.png]] | ||
+ | |- | ||
+ | |Client side error | ||
+ | | | ||
+ | [[File:ZK_MeetRpoblem_FF03.png]] | ||
+ | *Click the link (the blue text) the ngo to the line of error. | ||
+ | [[File:ZK_MeetRpoblem_FF04.png]] | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
::IE6 | ::IE6 | ||
::* install [http://www.microsoft.com/download/en/details.aspx?id=18359 develop tool]. | ::* install [http://www.microsoft.com/download/en/details.aspx?id=18359 develop tool]. | ||
::[[File:ZK_MeetRpoblem_IE6.png]] | ::[[File:ZK_MeetRpoblem_IE6.png]] |
Revision as of 07:07, 4 August 2011
Meet a problem with ZK
- Please provide the following information:
- ZK version (EX: ZK 5.0.7.1 PE).
- Browser and Browser version (EX: Firefox 3.6).
- Reproducing Sample if possible.
- How to create reproducing sample:
- Use ZK Jet extracting ZK 5 widget tree to a ZUL file (i.e., snapshot the browser into a ZUL file)
- Replace you data (EX: from database) with dummy data for run the reproducing sample.
- Cannot extracting the issue to a reproducing sample.
- Snapshot the error, request and response with Browser. remember to turn on the js debug in your zk.xml
<client-config>
<debug-js>true</debug-js>
</client-config>
- Using Firefox with firebug to snapshot the images
Server side error |
Request Response |
Client side error |
|
- IE6
- install develop tool.
- File:ZK MeetRpoblem IE6.png
- IE6