<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:15:24 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-7707] Minecraft can be resized below the size at which it can all fit on the screen.</title>
                <link>https://bugs.mojang.com/browse/MC-7707</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description></description>
                <environment></environment>
        <key id="20515">MC-7707</key>
            <summary>Minecraft can be resized below the size at which it can all fit on the screen.</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="wackydude1234">Kurtis Alderton</reporter>
                        <labels>
                    </labels>
                <created>Thu, 17 Jan 2013 21:50:22 +0100</created>
                <updated>Sun, 20 Oct 2013 20:42:29 +0200</updated>
                            <resolved>Fri, 1 Mar 2013 11:49:15 +0100</resolved>
                                    <version>Snapshot 13w03a</version>
                    <version>Snapshot 13w09a</version>
                    <version>Snapshot 13w09b</version>
                                                                        <votes>2</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="88111" author="bugi74" created="Wed, 10 Jul 2013 12:21:27 +0200"  >&lt;p&gt;&lt;del&gt;As &lt;a href=&quot;https://bugs.mojang.com/browse/MC-13661&quot; title=&quot;When re-sizing window before game loads internal view doesn&amp;#39;t resize&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-13661&quot;&gt;&lt;del&gt;MC-13661&lt;/del&gt;&lt;/a&gt; (a comment in there) indicates, it is not always the player who has a reason to reduce the window size to super-tiny sizes. Just like I predicted, another bug elsewhere makes it for you, so there is a good reason to at least try to prevent it. Then again, my single-line fix shown above might not be enough to convince LWJGL to not mess things up.&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;I had misunderstood that issue to another one I have been experiencing. Nevertheless, the issue I am having is a prime example why applications should enforce some usable minimum size, at least if it is not safe to simply force-close the app from the X-button in the window corner or via other means.&lt;/p&gt;</comment>
                            <comment id="48586" author="jeb" created="Fri, 1 Mar 2013 11:49:15 +0100"  >&lt;p&gt;I think you have to have a good reason to scale down the windows that much. And if there is such a reason, why prevent it...&lt;/p&gt;</comment>
                            <comment id="48428" author="bugi74" created="Thu, 28 Feb 2013 20:18:36 +0100"  >&lt;p&gt;Affects 13w09b.&lt;/p&gt;</comment>
                            <comment id="37644" author="bugi74" created="Thu, 17 Jan 2013 23:13:48 +0100"  >&lt;p&gt;(EDIT: there is a good reason to have this fixed: with small enough window, the &quot;quit&quot; button won&apos;t be visible. Of course, one should be able to enlarge the window or switch full screen if one could also make it so small. But it is not 1 or 2 times that I have found myself with a too small window that I have not been able to adjust; quirky/bugged apps and bad window manager in the OS...)&lt;/p&gt;

&lt;p&gt;Rather a simple fix:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Minecraft.main(String[])&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;    ...
    Frame var13 = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Frame();
    var13.setTitle(&lt;span class=&quot;code-quote&quot;&gt;&quot;Minecraft&quot;&lt;/span&gt;);
    var13.setBackground(Color.BLACK);
    var13.setMinimumSize(&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Dimension(400, 240)); &lt;span class=&quot;code-comment&quot;&gt;// &amp;lt;-- added, tune those values...
&lt;/span&gt;    ...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Tested only with 1.4.7, Win7 64-bit, java 7, but should work...&lt;/p&gt;</comment>
                            <comment id="37633" author="wackydude1234" created="Thu, 17 Jan 2013 22:58:39 +0100"  >&lt;p&gt;To see if it could be done?&lt;/p&gt;</comment>
                            <comment id="37631" author="kumasasa" created="Thu, 17 Jan 2013 22:52:56 +0100"  >&lt;p&gt;But why did you do it ?&lt;/p&gt;</comment>
                            <comment id="37599" author="wackydude1234" created="Thu, 17 Jan 2013 22:01:41 +0100"  >&lt;p&gt;I don&apos;t imagine it should do that?&lt;/p&gt;</comment>
                            <comment id="37590" author="kumasasa" created="Thu, 17 Jan 2013 21:51:59 +0100"  >&lt;p&gt;Is this a bug ?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="28874">MCL-31</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="18944" name="minecraft small.PNG" size="18189" author="wackydude1234" created="Thu, 17 Jan 2013 21:50:22 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03b1r:</customfieldvalue>

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