Difference between revisions of "User:Jimmyshiau"
From Documentation
(Created page with 'The ZK Team Member') |
Jimmyshiau (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | =Meet a problem with ZK= | |
+ | [[File:ZK_MeetRpoblem01.png]] | ||
+ | *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 [http://books.zkoss.org/wiki/ZK_Jet 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 | ||
+ | <source type="xml"> | ||
+ | <client-config> | ||
+ | <debug-js>true</debug-js> | ||
+ | </client-config> | ||
+ | </source> | ||
+ | ::IE6 | ||
+ | ::* install [http://www.microsoft.com/download/en/details.aspx?id=18359 develop tool]. | ||
+ | ::[[File:ZK_MeetRpoblem_IE6.png]] |
Revision as of 10:21, 1 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>
- IE6
- install develop tool.
- File:ZK MeetRpoblem IE6.png
- IE6