Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-219

keikai style is affected by zk-bootstrap addon

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 5.2.0
    • 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

      StyleSheet.js

        1. dropdown.png
          dropdown.png
          9 kB
        2. formulabar.png
          formulabar.png
          9 kB
        3. StyleSheet.js
          18 kB
        4. toolbar-mess.png
          toolbar-mess.png
          15 kB

            wenninghsu wenninghsu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: