-
Bug
-
Resolution: Fixed
-
Major
-
5.1.1
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
1. run keikai with zk-bootstrap
<dependency> <groupId>org.zkoss.addons</groupId> <artifactId>zk-bootstrap</artifactId> <version>1.0.0</version> </dependency>
Current Result
Expected Result
style is not affected by zk-bootstrap
Debug Information
- caused by
ZSS-788 - in StyleSheet.js
_prepareOtherStyleSheet: function (sb) { ... // ZSS-788 // filter out HTML element which shouldn't be affected by bootstrap's style "box-sizing:border-box" if(zk.isLoaded('bootstrap')) {
- even I remove that code snippet for
ZSS-788, there is still some minor style problems at the formula bar:
Workaround
- relates to
-
KEIKAI-244 the formula bar is broken by bootstrap css
- Closed
-
KEIKAI-151 Simplify client wgt structure
- Closed
-
KEIKAI-236 filter icons are affected by zk-bootstrap addon
- Closed