<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:30:26 UTC 2025

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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-12289] Refresh button in the multiplayer menu resets the position of the slider</title>
                <link>https://bugs.mojang.com/browse/MC-12289</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;h3&gt;&lt;a name=&quot;Thebug&quot;&gt;&lt;/a&gt;The bug&lt;/h3&gt;
&lt;p&gt;The refresh button in the multiplayer server menu always takes you up top of the menu.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Howtoreproduce&quot;&gt;&lt;/a&gt;How to reproduce&lt;/h3&gt;
&lt;ol&gt;
	&lt;li&gt;Open your server list and scroll down.&lt;/li&gt;
	&lt;li&gt;Press the &lt;tt&gt;Refresh&lt;/tt&gt; button.&lt;br/&gt;
&#8594; &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/error.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; It opens a new multiplayer menu and therefore the slider position resets&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;&lt;a name=&quot;Codeanalysis&quot;&gt;&lt;/a&gt;Code analysis&lt;/h3&gt;
&lt;p&gt;The following is based on yarn 1.15.2 names.&lt;/p&gt;

&lt;p&gt;The reason for this issue is quite simple, as the server list &lt;em&gt;refresh&lt;/em&gt; button opens a new multiplayer screen and that causes the servers to &lt;em&gt;refresh&lt;/em&gt;. A fix for this issue would be to track the position of the bar and set the bar to that when refreshing. Very basic example: &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;  &lt;span class=&quot;code-keyword&quot;&gt;private&lt;/span&gt; void refresh() {
        &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;.minecraft.openScreen(&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; MultiplayerScreen(&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;.parent));
        &lt;span class=&quot;code-comment&quot;&gt;//sets slider position
&lt;/span&gt;        &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;.setSlider(previousSliderZ);
        &lt;span class=&quot;code-comment&quot;&gt;//resets it to 0 after being set with the now old value
&lt;/span&gt;        &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;.previousSliderZ = 0;
    }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Where the setSlider instance, sets the slider to the given z (vertical) and the int (or double) previousSliderZ would be the previous z position of the slider. In theory, should work.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27119">MC-12289</key>
            <summary>Refresh button in the multiplayer menu resets the position of the slider</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Works As Intended</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="Oval">Oval</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Mar 2013 11:38:46 +0100</created>
                <updated>Thu, 3 Mar 2022 09:08:52 +0100</updated>
                            <resolved>Thu, 3 Mar 2022 09:08:52 +0100</resolved>
                                    <version>Snapshot 13w11a</version>
                    <version>Minecraft 1.5.1</version>
                    <version>Minecraft 1.5.2</version>
                    <version>Snapshot 13w18c</version>
                    <version>Snapshot 13w19a</version>
                    <version>Minecraft 1.6.2</version>
                    <version>Minecraft 1.6.4</version>
                    <version>Minecraft 13w39b</version>
                    <version>Minecraft 1.7.4</version>
                    <version>Minecraft 14w05b</version>
                    <version>Minecraft 14w06b</version>
                    <version>Minecraft 14w07a</version>
                    <version>Minecraft 14w08a</version>
                    <version>Minecraft 1.7.5</version>
                    <version>Minecraft 14w10b</version>
                    <version>Minecraft 14w10c</version>
                    <version>Minecraft 14w11b</version>
                    <version>Minecraft 14w17a</version>
                    <version>Minecraft 14w18a</version>
                    <version>Minecraft 1.8</version>
                    <version>Minecraft 1.8.1-pre3</version>
                    <version>Minecraft 1.8.8</version>
                    <version>Minecraft 15w39c</version>
                    <version>Minecraft 1.11</version>
                    <version>Minecraft 1.12.1</version>
                    <version>Minecraft 1.12.2</version>
                    <version>Minecraft 17w43a</version>
                    <version>Minecraft 17w43b</version>
                    <version>Minecraft 18w02a</version>
                    <version>Minecraft 1.13</version>
                    <version>Minecraft 18w30b</version>
                    <version>Minecraft 18w31a</version>
                    <version>Minecraft 18w32a</version>
                    <version>Minecraft 18w33a</version>
                    <version>Minecraft 1.13.1</version>
                    <version>Minecraft 1.13.2-pre1</version>
                    <version>Minecraft 1.13.2-pre2</version>
                    <version>Minecraft 1.13.2</version>
                    <version>Minecraft 18w48a</version>
                    <version>Minecraft 18w48b</version>
                    <version>Minecraft 18w49a</version>
                    <version>Minecraft 19w12b</version>
                    <version>Minecraft 19w13b</version>
                    <version>Minecraft 19w14a</version>
                    <version>Minecraft 19w14b</version>
                    <version>Minecraft 1.14 Pre-Release 2</version>
                    <version>1.15.2</version>
                    <version>1.16 Pre-release 2</version>
                    <version>1.16 Pre-release 5</version>
                    <version>1.16 Pre-release 6</version>
                    <version>1.16 Release Candidate 1</version>
                    <version>1.16</version>
                    <version>1.16.1</version>
                    <version>20w29a</version>
                    <version>1.16.2</version>
                    <version>1.16.4</version>
                    <version>20w48a</version>
                    <version>20w51a</version>
                    <version>1.17</version>
                                                                        <votes>9</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="1020956" author="JIRAUSER566325" created="Tue, 22 Jun 2021 13:41:43 +0200"  >&lt;p&gt;Can confirm in 1.17.&lt;/p&gt;</comment>
                            <comment id="897869" author="JIRAUSER566325" created="Sun, 17 Jan 2021 21:10:28 +0100"  >&lt;p&gt;Can confirm in 20w51a.&lt;/p&gt;</comment>
                            <comment id="766881" author="JIRAUSER508442" created="Fri, 17 Jul 2020 15:16:46 +0200"  >&lt;p&gt;Can confirm for 1.16.1 and 20w29a&lt;/p&gt;</comment>
                            <comment id="735006" author="JIRAUSER499978" created="Fri, 19 Jun 2020 16:25:07 +0200"  >&lt;p&gt;Confirmed in 1.16-rc1.&lt;/p&gt;</comment>
                            <comment id="733934" author="JIRAUSER499978" created="Thu, 18 Jun 2020 14:25:41 +0200"  >&lt;p&gt;Confirmed in 1.16-pre8.&lt;/p&gt;</comment>
                            <comment id="732820" author="JIRAUSER499978" created="Wed, 17 Jun 2020 11:11:44 +0200"  >&lt;p&gt;Confirmed in 1.16-pre7.&lt;/p&gt;</comment>
                            <comment id="731553" author="JIRAUSER499978" created="Tue, 16 Jun 2020 00:11:23 +0200"  >&lt;p&gt;Confirmed in 1.16-pre6.&lt;/p&gt;</comment>
                            <comment id="728646" author="JIRAUSER499978" created="Fri, 12 Jun 2020 21:40:40 +0200"  >&lt;p&gt;Confirmed in 1.16-pre5. Please, update the ticket.&lt;/p&gt;</comment>
                            <comment id="727236" author="JIRAUSER499978" created="Thu, 11 Jun 2020 21:16:22 +0200"  >&lt;p&gt;Confirmed in 1.16-pre4.&lt;/p&gt;</comment>
                            <comment id="726084" author="JIRAUSER499978" created="Wed, 10 Jun 2020 21:34:31 +0200"  >&lt;p&gt;Confirmed in 1.16-pre3.&lt;/p&gt;</comment>
                            <comment id="722246" author="JIRAUSER499978" created="Sun, 7 Jun 2020 22:24:59 +0200"  >&lt;p&gt;Confirmed for 1.16 Pre-release 2.&lt;/p&gt;</comment>
                            <comment id="494752" author="kraif" created="Fri, 19 Oct 2018 18:39:28 +0200"  >&lt;p&gt;Confirmed for 1.13.2-pre2.&lt;/p&gt;</comment>
                            <comment id="494358" author="kraif" created="Wed, 17 Oct 2018 16:26:31 +0200"  >&lt;p&gt;Confirmed for 1.13.2-pre1.&lt;/p&gt;</comment>
                            <comment id="484035" author="kraif" created="Wed, 22 Aug 2018 22:12:33 +0200"  >&lt;p&gt;Confirmed for 1.13.1.&lt;/p&gt;</comment>
                            <comment id="482060" author="kraif" created="Wed, 15 Aug 2018 17:39:10 +0200"  >&lt;p&gt;Confirmed for 18w33a.&lt;/p&gt;</comment>
                            <comment id="480615" author="kraif" created="Wed, 8 Aug 2018 16:58:41 +0200"  >&lt;p&gt;Confirmed for 18w32a.&lt;/p&gt;</comment>
                            <comment id="478967" author="kraif" created="Wed, 1 Aug 2018 22:01:00 +0200"  >&lt;p&gt;Confirmed for 18w31a.&lt;/p&gt;</comment>
                            <comment id="478718" author="kraif" created="Wed, 1 Aug 2018 12:26:08 +0200"  >&lt;p&gt;Confirmed for 1.13 &amp;amp; 18w30b.&lt;/p&gt;</comment>
                            <comment id="340634" author="fm22" created="Sun, 6 Nov 2016 02:09:59 +0100"  >&lt;p&gt;Is this still an issue on the latest snapshot 16w44a?&lt;/p&gt;</comment>
                            <comment id="252110" author="rokenbokman1" created="Sat, 26 Sep 2015 23:24:41 +0200"  >&lt;p&gt;Confirmed in all 1.9 snapshots up to 15w39c&lt;/p&gt;</comment>
                            <comment id="153710" author="garyclosse" created="Wed, 30 Apr 2014 13:24:10 +0200"  >&lt;p&gt;Confirmed for 14w18a&lt;/p&gt;</comment>
                            <comment id="152722" author="garyclosse" created="Sat, 26 Apr 2014 10:33:18 +0200"  >&lt;p&gt;Confirmed for 14w17a&lt;/p&gt;</comment>
                            <comment id="147400" author="garyclosse" created="Sat, 15 Mar 2014 21:08:13 +0100"  >&lt;p&gt;Confirmed for 14w11b&lt;/p&gt;</comment>
                            <comment id="146124" author="garyclosse" created="Mon, 10 Mar 2014 18:53:25 +0100"  >&lt;p&gt;Still in 10c&lt;/p&gt;</comment>
                            <comment id="145102" author="garyclosse" created="Thu, 6 Mar 2014 21:59:58 +0100"  >&lt;p&gt;Still in 10b&lt;/p&gt;</comment>
                            <comment id="143870" author="garyclosse" created="Sat, 1 Mar 2014 19:31:12 +0100"  >&lt;p&gt;Still a concern in 1.7.4/5 and 1.8&lt;/p&gt;</comment>
                            <comment id="55033" author="lazini" created="Mon, 18 Mar 2013 15:33:14 +0100"  >&lt;p&gt;Great!&lt;/p&gt;</comment>
                            <comment id="55015" author="banana478" created="Mon, 18 Mar 2013 14:45:44 +0100"  >&lt;p&gt;Confirmed.&lt;/p&gt;</comment>
                            <comment id="55012" author="haydenplaysmc" created="Mon, 18 Mar 2013 14:32:46 +0100"  >&lt;p&gt;Yeah this one&apos;s been around since multiplayer began, they really need to fix it.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="122601">MC-89498</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="390478">MC-206718</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="25415" name="1.png" size="68756" author="lazini" created="Mon, 18 Mar 2013 11:38:46 +0100"/>
                            <attachment id="25416" name="2.png" size="68786" author="lazini" created="Mon, 18 Mar 2013 11:38:46 +0100"/>
                            <attachment id="25417" name="3.png" size="75043" author="lazini" created="Mon, 18 Mar 2013 11:38:46 +0100"/>
                            <attachment id="25418" name="4.png" size="88648" author="lazini" created="Mon, 18 Mar 2013 11:38:46 +0100"/>
                            <attachment id="323436" name="Minecraft_ 1.16.1 2020-07-17 16-31-08.mp4" size="4196405" author="pulpetti" created="Fri, 17 Jul 2020 15:32:39 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 19 Nov 2016 16:03:00 +0100</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11901" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Category</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11623"><![CDATA[UI]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0mfev:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>