Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-37202

Context batches in Gadgets do not work with Internet Explorer 8-9

XMLWordPrintable

    • 6.01
    • Severity 2 - Major
    • Hide
      Atlassian Update – 28 May 2018

      Hi everyone,

      We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out.

      Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details.

      We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication.
      Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

      Thank you,
      Ignat Alexeyenko
      Jira Bugmaster

      Show
      Atlassian Update – 28 May 2018 Hi everyone, We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out . Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details. We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Thank you, Ignat Alexeyenko Jira Bugmaster

      Context batch mechanism does not honour the 4095-rules CSS limit when building batches. As a result, it cannot be relied upon.

      Example: have the following resource in atlassian-plugin.xml

        <web-resource key="test-gadget-resources">
          <dependency>jira.webresources:jira-global</dependency>
          <dependency>jira.webresources:global-static</dependency>
          <dependency>jira.webresources:jira-fields</dependency>
          <dependency>jira.webresources:set-focus</dependency>
          <dependency>com.atlassian.gadgets.publisher:ajs-gadgets</dependency>
          <dependency>com.atlassian.jira.gadgets:common-lite</dependency>
        </web-resource>
      

      and the following gadget spec:

      <?xml version="1.0" encoding="UTF-8" ?>
      <Module>
        <ModulePrefs title="Foo Gadget"
                     scrolling="true" height="300">
        </ModulePrefs>
        <Content type="html">
          <![CDATA[
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      #requireContext("com.acme.foo:test-gadget-resources")
      #includeResources()
      <p>This is a test gadget.</p>
      ]]>
        </Content>
      </Module>
        

      Add the gadget, view source.
      Observe: there is only one batch file containing all the CSS.
      Expected: several files, each containing not more than 4095 rules.

              Unassigned Unassigned
              ff5eced7cbfd Igor Baltiyskiy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: