Forum
Advanced Search
Filter     |   View Watchlist
[ Print Friendly ] [ Watch Thread ]

The Official Firefox Thread [ 1 ] [ 2 ] ... [ 122 ] [ 123 ] [ 124 ] ... [ 126 ] [ 127 ]
KWierso
MYRADORABLE
#3661   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to sithhead2, #3678:

Hush, you.
macskull
#3662   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to HereToStay, #3663:
So I have Firefox 5.0 right now, and I've noticed that YouTube isn't working. By that, I mean the pages are loading fine, but the actual video player won't appear. I just get a black box. Anyone else have this problem / know how to fix it?

I had this exact problem a few days ago. Changing the URL to https instead of http would force the video to load but it was a clunky solution. Seems to have fixed itself in the meantime, however.
KWierso
MYRADORABLE
#3663   Posted 1 year ago
+ 1 Cool     [ Reply ]   [ Quote ]
So Firefox 6 just launched a bit ago.
DiMono
SITE ADMIN
#3664   Posted 1 year ago
+ 1 Cool     [ Reply ]   [ Quote ]
So I've uncovered a bug: Firefox doesn't like colspans that overlap each other. Check this out:

<table cellspacing='3' border='1' style='width: 600px;'>
<tr>
<td style='width: 100px;'>100px</td>
<td colspan='3' style='width: 300px;'>colspan 3</td>
<td style='width: 100px;'>100px</td>
<td style='width: 100px;'>100px</td>
</tr>

<tr>
<td style='width: 100px;'>100px</td>
<td style='width: 100px;'>100px</td>
<td style='width: 100px;'>100px</td>
<td colspan='3' style='width: 300px;'>colspan 3</td>
</tr>
</table>


Produces this: (give me a second to edit it in)

100px colspan 3 100px 100px
100px 100px 100px colspan 3
DiMono
SITE ADMIN
#3665   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3682:

There we go, I finally got it edited in properly. Also, if you take one of the 100px cells in the last row and put it after the colspan=3 cell, it's even MORE dramatic a flaw.
KWierso
MYRADORABLE
#3666   Posted 1 year ago
    [ Reply ]   [ Quote ]
Sounds like maybe bug 293052.

Feel free to bump that bug or file your own. (Component would be Layout: Tables)
DiMono
SITE ADMIN
#3667   Posted 1 year ago
+ 1 Cool     [ Reply ]   [ Quote ]
In reply to KWierso, #3684:

I bumped that one; easier when people are already paying attention to it (sort of, given it's 2 years old)
KWierso
MYRADORABLE
#3668   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3685:

If no one gets back to you in that bug within a week, I'd file a new one in the Layout: Tables component. I don't recognize any of the people subscribed to that bug as current Mozilla contributors. Filing it anew would get the attention of the people who watch the component. (And then they'll probably promptly dupe your bug back to one of the old ones on file and it might die for two years again... )
KWierso
MYRADORABLE
#3669   Posted 1 year ago
    [ Reply ]   [ Quote ]
Oi. Time to update.
DiMono
SITE ADMIN
#3670   Posted 1 year ago
    [ Reply ]   [ Quote ]
Why is it that in FF6, when I click on a file input, it always defaults to my desktop rather than to the last used directory, or to some directory I can specify? Is there a way to change this?
KWierso
MYRADORABLE
#3671   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3688:

It's being remembered for me in what'll be Firefox 9.
DiMono
SITE ADMIN
#3672   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #3689:

...and that helps me how?
KWierso
MYRADORABLE
#3673   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3690:

If you go to about:config and filter for 'Desktop' (or maybe 'desktop'), what preferences show up?
DiMono
SITE ADMIN
#3674   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #3691:

adblock.patterns
KWierso
MYRADORABLE
#3675   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3692:

What OS are you using?
I see a bug on file for OSX 10.7.
DiMono
SITE ADMIN
#3676   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #3693:

XP SP3
pal_sch
#3677   Posted 1 year ago
    [ Reply ]   [ Quote ]
I thought it was browser.download.lastDir in about:config. I know mine is set to my current download folder.

Although I like this extension myself.
KWierso
MYRADORABLE
#3678   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to pal_sch, #3695:

That's for downloads. The file picker doesn't obey that setting, from what I've seen.
pal_sch
#3679   Posted 1 year ago
    [ Reply ]   [ Quote ]
Crap, that was a stupid misreading.
DiMono
SITE ADMIN
#3680   Posted 1 year ago
    [ Reply ]   [ Quote ]
The latest Firefox (6.0.something) seems to randomly ignore width and height instructions on pictures: mv1canada.com/community/photos.php?galid=10

Edit: actually, it seems to be a problem with the page somehow; happens in other browsers too. Weirdest bug I've ever seen, because the exact same code generated from another server worked just fine.

Post edited 9/14/11 7:03PM
KWierso
MYRADORABLE
#3681   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3698:

Does one of the servers response headers put it in quirks mode or something?
DiMono
SITE ADMIN
#3682   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #3699:

It turned out to be a weird communication problem caused by changing servers within the same hosting provider, but the new server and the old one weren't in sync with each other somehow. Updated the site code, problem went away.
KWierso
MYRADORABLE
#3683   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3700:

Woo.
KWierso
MYRADORABLE
#3684   Posted 1 year ago
    [ Reply ]   [ Quote ]
So Firefox 7 is out.
It's quite nice.
DiMono
SITE ADMIN
#3685   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #3702:

Is it still unresponsive when trying to click or scroll before the page has finished loading? Because that's kind of annoying.
KWierso
MYRADORABLE
#3686   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3703:

Maybe?

I know memory usage is greatly reduced with the update.
DiMono
SITE ADMIN
#3687   Posted 1 year ago
    [ Reply ]   [ Quote ]
Something about this journal crashes Firefox 6.0.2. Every time.
sithhead2
#3688   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to DiMono, #3705:

I'm seeing no problem on the same FF, XPSP3, though I have adblock, RTSE, and a few script additions (courtesy of Wes ) that do a few things like hide the side bar. Also, not using beta RT skin, which may make a difference.
DiMono
SITE ADMIN
#3689   Posted 1 year ago
    [ Reply ]   [ Quote ]
In reply to sithhead2, #3706:

I had it die on both. When I rebooted my computer after it froze from loading Skype, I found a Flash update, so that might have been related to it.

Man.
DiMono
SITE ADMIN
#3690   Posted 1 year ago
    [ Reply ]   [ Quote ]
Anyone else finding that under Firefox 7 you can't use the page up and page down keys on gmail?
[ Previous ] [ 1 ] [ 2 ] ... [ 122 ] [ 123 ] [ 124 ] ... [ 126 ] [ 127 ] [ Next ]