dewmal / zkspreadsheet

Automatically exported from code.google.com/p/zkspreadsheet
1 stars 0 forks source link

Illegal highlight exception when copy and switch sheet #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start zssapp
2. select column J
3. change sheet to Assets
4. change sheet back to Input
5. UiException complaining illegal hightlight

---
SEVERE: >>org.zkoss.zk.ui.UiException: illegal highlight : 
left:11,top:0,right:11,bottom:1048575
>>  at org.zkoss.zss.ui.Spreadsheet.setHighlight(Spreadsheet.java:1253)
>>  at 
org.zkoss.zss.app.zul.ctrl.SSWorkbookCtrl.setSelectedSheet(SSWorkbookCtrl.java:1
43)
>>  at org.zkoss.zss.app.zul.Sheets.onSelect$tabbox(Sheets.java:73)
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>  at org.zkoss.zk.ui.impl.EventProcessor.process0(EventProcessor.java:195)
>>  at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:138)
>>..

What is the expected output? What do you see instead?
Expect: see step 5 above.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chenhe...@gmail.com on 21 Dec 2010 at 9:41

GoogleCodeExporter commented 9 years ago
Fixed since Dec. 21, 2010.

Original comment by chenhe...@gmail.com on 21 Dec 2010 at 10:26