Archive for the ‘ bugs ’ Category
My patch for Bug 235277 was essentially my “flex hack” 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’s orientation in its container using -moz-orient: vertical so that it expands vertically instead of horizontally. [ READ MORE ]
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[ READ MORE ]
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 [ READ MORE ]
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’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 [ READ MORE ]
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’ve bumped up the UTC [ READ MORE ]