<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:11:45 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1224] Create standalone HTML/CSS for FOLIO-wide navbar</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1224</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description></description>
                <environment></environment>
        <key id="80654">FOLIO-1224</key>
            <summary>Create standalone HTML/CSS for FOLIO-wide navbar</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5ced27478b03050f27825a93">Peter Murray</assignee>
                                                                <reporter accountid="5ced27478b03050f27825a93">Peter Murray</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 24 Apr 2018 16:20:04 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:23 +0000</updated>
                            <resolved>Thu, 21 Jun 2018 19:40:07 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="11700">3 hours, 15 minutes</timespent>
                                <comments>
                                                            <comment id="193248" author="61cd0ca0bce5e00069e98be7" created="Thu, 26 Apr 2018 06:21:03 +0000"  >&lt;p&gt;I am seeing a minor misbehaviour with adding this to the dev.f.o site.&lt;/p&gt;

&lt;p&gt;The menu dropdown does properly descend in front of the second menubar below it.&lt;br/&gt;
When the dropdown is dismissed then it sneaks back up behind rather than in front.&lt;/p&gt;

&lt;p&gt;Happens with Firefox and Chrome on both Linux and macOS, but is okay with Safari&lt;br/&gt;
 on macOS.&lt;/p&gt;

&lt;p&gt;It was also happening prior to the recent branch in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-714&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-714&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Utilise the FOLIO Common Top Navigation Bar for dev.f.o&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-714
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;</comment>
                                                            <comment id="193254" author="5ced27478b03050f27825a93" created="Fri, 27 Apr 2018 15:33:42 +0000"  >&lt;p&gt;&amp;gt; The menu dropdown does properly descend in front of the second menubar below it. When the dropdown is dismissed then it sneaks back up behind rather than in front.&lt;/p&gt;

&lt;p&gt;Wow &amp;#8211; sharp eyes.  I didn&apos;t see that before, but yes I see it now.  I haven&apos;t looked at the CSS of the secondary navbar on dev.f.o, but I did have to &lt;a href=&quot;https://github.com/folio-org/folio-org.github.io/commit/984294ea3fbc8f188d6728bfc809f1278616d0e0&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;lift the ULs making up the dropdown menus&lt;/a&gt; in order to get them to appear above the secondary navbar.  I suspect there is a z-index somewhere in the CSS of the secondary navbar that might be a cause.  We can also turn off the animation of the dropdowns, too.&lt;/p&gt;

&lt;p&gt;I&apos;m going to work on making the project-wide navbar mobile-aware first, then I&apos;ll come back to this.&lt;/p&gt;</comment>
                                                            <comment id="193260" author="61cd0ca0bce5e00069e98be7" created="Tue, 1 May 2018 01:48:05 +0000"  >&lt;p&gt;Recent changes to the projectwide-navbar have fixed that issue. Probably because now not doing the transition on the dropdowns.&lt;/p&gt;</comment>
                                                            <comment id="193265" author="5ced27478b03050f27825a93" created="Sat, 16 Jun 2018 18:40:27 +0000"  >&lt;p&gt;I&apos;ve fixed the problems with the mobile display of the projectwide navbar in the folio-1224-standalone-topbar branch (see it in its staging area here: &lt;a href=&quot;http://folio-1224-standalone-topbar.dev.folio.org.s3-website-us-east-1.amazonaws.com/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-1224-standalone-topbar.dev.folio.org.s3-website-us-east-1.amazonaws.com/&lt;/a&gt;).  The only thing I can&apos;t see to get to show up is the title of the site in the mobile display.  &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;: any thoughts on how to make that happen?&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64056_thumb&quot; href=&quot;/rest/api/3/attachment/content/64056&quot; title=&quot;IMG_88A5D77E916B-1.jpeg&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64056&quot; file-preview-title=&quot;IMG_88A5D77E916B-1.jpeg&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64056?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64056&quot; filename=&quot;IMG_88A5D77E916B-1.jpeg&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64056&quot; data-attachment-name=&quot;IMG_88A5D77E916B-1.jpeg&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;c6f58413-38d4-4b53-b0a8-4db1606311ef&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="193269" author="61cd0ca0bce5e00069e98be7" created="Tue, 19 Jun 2018 06:30:45 +0000"  >&lt;p&gt;Hooray. Well done Peter. See today&apos;s comments specific to dev.folio.org over at 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-714&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-714&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Utilise the FOLIO Common Top Navigation Bar for dev.f.o&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-714
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="79479">FOLIO-1225</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="79463">FOLIO-1227</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80334">FOLIO-714</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80655">FOLIO-1226</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80656">FOLIO-1228</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80662">FOLIO-1241</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64056" name="IMG_88A5D77E916B-1.jpeg" size="319659" author="5ced27478b03050f27825a93" created="Sat, 16 Jun 2018 18:39:28 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzyhxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 26 Apr 2018 06:21:03 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>