<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>miahz &#187; bugs</title>
	<atom:link href="http://miahz.com/category/software/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://miahz.com</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 20:29:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-RC2</generator>
		<item>
		<title>More On Bug 235277 And The Flex Hack</title>
		<link>http://miahz.com/2006/02/more-on-bug-235277-and-the-flex-hack/</link>
		<comments>http://miahz.com/2006/02/more-on-bug-235277-and-the-flex-hack/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 19:26:09 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2006/02/24/more-on-bug-235277-and-the-flex-hack/</guid>
		<description><![CDATA[My patch for Bug 235277 was essentially my &#8220;flex hack&#8221; that i developed while working on LCD. It uses the -moz-flex style property to force an element to fill the available space in its container, and then flips that object&#8217;s orientation in its container using -moz-orient: vertical so that it expands vertically instead of horizontally. ]]></description>
			<content:encoded><![CDATA[<p><a href="https://bugzilla.mozilla.org/attachment.cgi?id=161813&#038;action=view" title="Bug 235277 - patch: make go button look more like other buttons">My patch</a> for <a href="http://miahz.com/log/2006/02/24/mozilla-bug-235277-resolved-fixed/" title="miahz.com Ã‚Â» Blog Archive Ã‚Â» Mozilla Bug 235277: RESOLVED, FIXED">Bug 235277</a> was essentially my &#8220;flex hack&#8221; that i developed while working on <a href="http://miahz.com/projects/lcd/" title="miahz.com - LCD theme for Mozilla Firefox">LCD</a>.  It uses the <code>-moz-flex</code> style property to force an element to fill the available space in its container, and then flips that object&#8217;s orientation in its container using <code>-moz-orient: vertical</code> so that it expands vertically instead of horizontally.  I&#8217;ve also used this for effects in other areas of my theme like the menubar.  The main menuitems expand when toolbarbuttons or other objects expand the menubar instead of floating in the middle.  This managed to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=304216#c13" title="Bug 304216 - Menu bar highlight too large - Comment #13">find its way into Firefox&#8217;s menu bar</a> via <a href="https://bugzilla.mozilla.org/attachment.cgi?id=159666" title="Bug 253661 - patch: super-duper menus fix (simplified)">one of my patches</a>.</p>
<p>The hack originated as a way to get <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=235277#c5" title="Bug 235277 - make go button look like other toolbar buttons - Comment #5">the old Go button to match the other toolbarbuttons</a> in my theme.  I then began using it as a way to dynamically increase button sizes when space was available, according to <a href="http://asktog.com/basics/firstPrinciples.html#fitts's%20law" title="AskTog: First Principles of Interaction Design">Fitts&#8217; Law</a> of interaction design (bigger targets are easier/faster to hit).</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2006/02/more-on-bug-235277-and-the-flex-hack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla Bug 235277: RESOLVED, FIXED</title>
		<link>http://miahz.com/2006/02/mozilla-bug-235277-resolved-fixed/</link>
		<comments>http://miahz.com/2006/02/mozilla-bug-235277-resolved-fixed/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 18:55:13 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2006/02/24/mozilla-bug-235277-resolved-fixed/</guid>
		<description><![CDATA[It took two years almost to the day, but the small patch i submitted to make the Go button look like the other Firefox toolbarbuttons was checked in a few days ago]]></description>
			<content:encoded><![CDATA[<p>It took two years almost to the day, but the small patch i submitted to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=235277" title="Bug 235277 - make go button look like other toolbar buttons">make the Go button look like the other Firefox toolbarbuttons</a> was checked in a few days ago.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2006/02/mozilla-bug-235277-resolved-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>status 20060130-0139</title>
		<link>http://miahz.com/2006/01/status-20060130-0139/</link>
		<comments>http://miahz.com/2006/01/status-20060130-0139/#comments</comments>
		<pubDate>Mon, 30 Jan 2006 07:21:20 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2006/01/30/status-20060130-0139/</guid>
		<description><![CDATA[Did the same tab icons fix i had to do for Flock. For all my tab icon effects, i used variations of the selector tab > .tab-icon {} in browser/browser.css. The new .tab-middle element stuck in the middle broke that selector, and all my tab icon effects. But instead of adding the tab-middle class to ]]></description>
			<content:encoded><![CDATA[<p>Did the same tab icons fix i had to do for Flock.  For all my tab icon effects, i used variations of the selector <code>tab > .tab-icon {}</code> in browser/browser.css.  The <a href="http://forums.mozillazine.org/viewtopic.php?t=197434" title="Theme changes from 1.0 to 1.5.0.* - MozillaZine Forums">new .tab-middle element</a> stuck in the middle broke that selector, and all my tab icon effects.  But instead of adding the tab-middle class to the selector, i just removed the <a href="http://www.w3.org/TR/css3-selectors/#child-combinators" title="Selectors - 8.2. Child combinators">&#8216;>&#8217;child combinator</a>: <code>tab .tab-icon {}</code>.</p>
<p>The focus ring for button elements had drifted slightly out of alignment since 1.0, which i&#8217;d guess is something related to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=151375" title="Bug 151375 - focus outline should be drawn outside of element">Bug 151375</a>.  I used the -moz-outline property to draw the dotted line, and it had expanded out by 1px.  The <a href="http://developer.mozilla.org/en/docs/Mozilla_CSS_Extensions#-moz-outline-offset" title="Mozilla CSS Extensions - MDC">-moz-outline-offset property</a> looked like it might get the job done.  So i added it with a value of -1px, and it did the trick nicely.  Not sure about backwards-compatibility, but i&#8217;m also not all that worried about it.</p>
<p>Firefox looks less <a href="http://miahz.wordpress.com/2005/11/09/broken-stuff/" title="miahz [Digitaler Quality] - Broken Stuff">busted than Flock did in its first fitting</a>.  I think the main visual oddity is the feed icon dealy in the Location Bar, which needs an icon and some tailoring.  Behind the scenes, the biggest movement will be getting the new Options window working.  There&#8217;s some slight unstyling in the Extensions and Downloads windows that needs to be synced up.  The Page Info dialog tabbox also lost a bit of styling, but should be trivial to fix.  The Help window has the Back/Forward button dropmarker bustage again; seems like i had to fix the exact same thing for 1.0.</p>
<p>I guess i&#8217;ll also need to add in support for the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=175893" title="Bug 175893 - Make XUL &lt;tab&gt;'s focusable">new focusable tabs</a>.  Not yet sure if that&#8217;s going to require any heavy lifting.</p>
<p>I&#8217;m sure i&#8217;ll find more little nits and picks as i dig more.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2006/01/status-20060130-0139/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Idea For Mozilla Bug 225088</title>
		<link>http://miahz.com/2006/01/idea-for-mozilla-bug-225088/</link>
		<comments>http://miahz.com/2006/01/idea-for-mozilla-bug-225088/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 22:58:21 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2006/01/24/idea-for-mozilla-bug-225088/</guid>
		<description><![CDATA[Just had an idea for how to fix Mozilla Bug 225088 and satisfy both sides. For icons only mode, set the button to a deck or stack or whatever it&#8217;s called so the label is layered over the icon, and have the text centered on the button so you can still see the text, but ]]></description>
			<content:encoded><![CDATA[<p>Just had an idea for how to fix <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=225088" title="Bug 225088 - Go button shows text in icons-only mode">Mozilla Bug 225088</a> and satisfy both sides.  For icons only mode, set the button to a deck or stack or whatever it&#8217;s called so the label is layered over the icon, and have the text centered on the button so you can still see the text, but it doesn&#8217;t take up extra space next to the button as it would in icons+text mode which would act normally.  It would need a new, slightly larger icon graphic with a &#8220;hollow&#8221; center, but that might be good, as it would then more closely match the size of the rest of the toolbar buttons.  The one big drawback i can think of is it wouldn&#8217;t localize well; &#8220;go&#8221; in other languages is likely more than just two letters.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2006/01/idea-for-mozilla-bug-225088/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daylight Wasting Time</title>
		<link>http://miahz.com/2005/04/daylight-wasting-time/</link>
		<comments>http://miahz.com/2005/04/daylight-wasting-time/#comments</comments>
		<pubDate>Fri, 22 Apr 2005 05:05:42 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2005/04/22/daylight-wasting-time/</guid>
		<description><![CDATA[Just ran into the WordPress DST bug, where when you set your time in the Options, it becomes one hour off during Daylight Saving Time. Posts (and comments) made on the hours on either side of Midnight get shifted into the wrong day without a proper offset. So for now, i&#8217;ve bumped up the UTC ]]></description>
			<content:encoded><![CDATA[<p>Just ran into the <a href="http://mosquito.wordpress.org/view.php?id=1233" title="0001233: Date/Time options should ask for DST ">WordPress DST bug</a>, where when you set your time in the Options, it becomes one hour off during <a href="http://webexhibits.org/daylightsaving/b.html" title="Daylight Saving Time - When do we change our clocks?">Daylight Saving Time</a>.  Posts (and comments) made on the hours on either side of Midnight get shifted into the wrong day without a proper offset.  So for now, i&#8217;ve bumped up the <abbr title="Coordinated Universal Time">UTC</abbr> offset by an hour until either this bug is fixed or until October.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2005/04/daylight-wasting-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let Me Tab</title>
		<link>http://miahz.com/2005/04/let-me-tab/</link>
		<comments>http://miahz.com/2005/04/let-me-tab/#comments</comments>
		<pubDate>Sat, 09 Apr 2005 03:33:28 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2005/04/08/let-me-tab/</guid>
		<description><![CDATA[One of my top personal annoyances with Firefox: Bug 185382. I end up having to use several Windows 98 machines, and no Alt+Enter for new tabs sucks. Add to that the machine i&#8217;m on now has a two-button mouse. It&#8217;s like running with weights on my ankles]]></description>
			<content:encoded><![CDATA[<p>One of my top personal annoyances with Firefox: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=185382" title="Bug 185382 - alt+enter for opening URL in new tab doesn't work on WinME">Bug 185382</a>.  I end up having to use several Windows 98 machines, and no Alt+Enter for new tabs sucks.  Add to that the machine i&#8217;m on now has a two-button mouse.  It&#8217;s like running with weights on my ankles.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2005/04/let-me-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping Test</title>
		<link>http://miahz.com/2005/02/ping-test/</link>
		<comments>http://miahz.com/2005/02/ping-test/#comments</comments>
		<pubDate>Sun, 27 Feb 2005 17:48:12 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://miahz.com/log/2005/02/27/ping-test/</guid>
		<description><![CDATA[Another ping test post. I&#8217;m running WordPress 1.5 Strayhorn. Last time i tried to ping that post it didn&#8217;t work. I was able to successfully ping the Test Track test blog. This post will be published immediately without first saving as a draft (using the Save and Continue Editing button)]]></description>
			<content:encoded><![CDATA[<p>Another ping test post.</p>
<ul>
<li>I&#8217;m running <a href="http://wordpress.org/development/2005/02/strayhorn/">WordPress 1.5 Strayhorn</a>.</li>
<li><a href="http://miahz.com/log/2005/02/27/strayhorn/">Last time i tried to ping that post</a> it didn&#8217;t work.</li>
<li>I was able to successfully ping the <a href="http://www.tamba2.org.uk/wordpress/TestTrack/?p=1">Test Track</a> test blog.</li>
</ul>
<p>This post will be published immediately without first saving as a draft (using the <cite>Save and Continue Editing</cite> button).</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2005/02/ping-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox Image Toolbar</title>
		<link>http://miahz.com/2004/12/firefox-image-toolbar/</link>
		<comments>http://miahz.com/2004/12/firefox-image-toolbar/#comments</comments>
		<pubDate>Tue, 21 Dec 2004 11:18:25 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.miahz.com/log/2004/12/21/image-toolbar/</guid>
		<description><![CDATA[Just had an idea for some better image resizing UI in Firefox. While viewing and zooming on some images in Firefox i remembered showing a friend an image that was too big and had been auto-resized to fit the window, but they didn&#8217;t know, and complained that it looked funny like the thumbnail they had ]]></description>
			<content:encoded><![CDATA[<p>Just had an idea for some better image resizing UI in Firefox.  While viewing and zooming on some images in Firefox i remembered showing a friend an image that was too big and had been auto-resized to fit the window, but they didn&#8217;t know, and complained that it looked funny like the thumbnail they had clicked to it from.  I had to explain the whole &#8220;click on it to zoom&#8221; thing.  The only way to know an image has been resized is to check the title bar or see if you get the magnifying glass cursor when hovering over the image.  And, apparently, a lot of people don&#8217;t pay attention to either.  I had filed a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=232932" title="Bug 232932 - automatic image resizing state (scaled %) should be shown in status bar info">bug about better feedback of resized images</a> a while ago, but i guess it didn&#8217;t really get any attention.  It wasn&#8217;t a perfect solution, but i thought it was better than the existing one.</p>
<p>So anyway, the idea.  Add an Image Toolbar on the bottom of the window (like the Find Toolbar) when images are viewed.  For a slight sacrifice in vertical screen real estate, you could have image details (size, format, etc.), resize feedback, and controls for zooming and other functions (like copying and saving).  Being on the bottom would work out perfectly, since there&#8217;s no reason to have the Find Toolbar come up while viewing an image (which i just tried, and is apparently another bug).</p>
<pre>[Save Image][Copy Image] [Set As Wallpaper] [Fit In Window] JPEG Image, 630x1200 - Scaled 53%</pre>
<p>I&#8217;m going ahead and writing this now before i even check if it&#8217;s already been suggested so i at least get the idea down.  Searching through <a href="https://bugzilla.mozilla.org/" title="mozilla.org Bugzilla -- the Mozilla bug database">bmo</a> and <a href="http://forums.mozillazine.org/" title="MozillaZine Forums">the forums</a> can be an arduous task.  And i haven&#8217;t done it in a while.  I&#8217;ll check back in after i get a chance to dig around a bit.  Hmm, maybe this could be something i could tinker with as an extension.  Would probably be easier than a <a href="http://miahz.com/log/2004/12/18/extension-idea/" title="Extension Idea">frequent links toolbar</a> with all its history messiness.</p>
<p><ins datetime="2004-12-21T07:35:4205:00">Apparently there&#8217;s been an <a href="http://forums.mozillazine.org/viewtopic.php?t=73324" title="Image Toolbar 0.5 - MozillaZine Forums">Image Toolbar extension</a> for a while now, which mimics Internet Explorer&#8217;s behavior.  Though it has a few of the same features (Save, Copy) it doesn&#8217;t really solve the problem of resizing.  And i personally never really liked that little floating toolbar anyway.  May be able to borrow/learn some code from it.  I don&#8217;t think there&#8217;s really enough overlap to make my idea worthless, but now i have to come up with a different name.  That&#8217;s fine, though, &#8220;Image Toolbar&#8221; was a little to plain and obvious for my tastes anyway.  Onward.</ins></p>
<p><ins datetime="2004-12-21T07:50:5305:00">Might be able to glean more from the <a href="http://www.yellowgorilla.net/imagezoom/" title="Image Zoom - Image Zooming extension for Mozilla, Firefox and Thunderbird">Image Zoom</a> extension.  Though i&#8217;d like mine to use the stock functions as much as possible.  This sounds like it does some of its own zooming stuff, like incrementally zooming in and out, instead of just 100% and fitting to the window.  Though that may be something to consider&#8212;zoom in/out.  But that would probably get scrapped in favor of simplicity.  I&#8217;m going for something that might actually be included in a Firefox release.</ins></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://miahz.com/2004/12/firefox-image-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

