brianfreud: Just checked out :3000, there is a bug in both opera and ff?
Oh and you linked to a javascript3.patch and were wondering why it didn't work..well it appears empty on my end :p
brianfreud
navap: messing with the code right now to try and fix the opera bug
navap
Reading the scrollback, it sounded like it was only an Opera bug?
brianfreud
and javascript3.patch - yes, that was the problem. Clearly (from file size displayed) it uploads correctly, but for whatever reason it isn't displaying
it is - I'm trying various workarounds
navap
Ya I noticed the file size.
brianfreud
In FF, when you set an existing inline style value to a new value, FF replaces the value, as it should.
navap
But, I'm getting a bug on Safari and FF as well as Opera.
brianfreud
In Opera, it ignores the new value --> bug.
Opera 9 also doesn't seem to allow you to clear an inline style by setting it to ' '... another bug in Opera.
navap
hm
Now I just woke up so I'm alittle groggy, but doesn't FF ans Safari have the same bug?
s/and/and
er
navap is still waking up
brianfreud
no - I just resaved that .js back to the working in all but Opera version, take another look
(haven't had anyone try it in Safari yet, or in a decently sized resolution IE6+)
well, hopefully the new box comes tomorrow, and by Thurs I'll have a much better box running that server :)
navap
I want to get the server up and running on my box, having problems though :s
There we go, sidebar works in FF
kurros has quit
brianfreud
ok, bug reported to Opera :P
unfortunately, ppl can't be assumed to always have the latest Opera... so workaround finding time :P
kurros joined the channel
navap
As a suggestion, would it be possible to have the mouse over change cursor to the 'hand' one, the one that appears when you're hovering over a link or the menu at the top.
xlotlu has quit
brianfreud
yes, I plan to add that last - want to get it fully working otherwise first though :)
navap
Of course
I'll stop bugging and go figure out the mb server
brianfreud
nah, not bugging me :)
oh - did it work now in Safari?
navap
Yes
brianfreud
cool :)
xlotlu joined the channel
navap
er hm
It works in Chrome, but not Safdari
Unless you just switched out the js file
brianfreud
nope, haven't touched it
hmm, here, 1 sec
ok, try it in Safari? It ought to give 2 alerts - what numbers does it give in the alerts?
brianfreud wonders if Safari also makes added inline style values locked, instead of writable
navap
0px for both
brianfreud
yup, same bug as Opera
should give 0px, 140px
brianfreud starts looking for non-inline style possibilities
zeno_ joined the channel
navap
Ah, so the js file sets style="margin-left:0" and then to "" to differ back to layout.css
What if you said inherit?
margin-left:inherit
Instead of blank
Or what if you set layout.css to margin-left:140px !important;
And then the inline style to !important, but then for blanking, without the important
Then it would differ back to the other !important which is 140
brianfreud
"" was one attempt - it should have cleared the inlined style
let me try inherit...
xlotlu has quit
navap
Can't you just specify 140px?
For both?
xlotlu joined the channel
er I mean, manually specify 140 and then manually specify 0
brianfreud
that's what I was trying :P
but when the value added and locked by Opera (and apparently Safari) at 0, it cannot then be reset to 140
navap
I thought you were just blanking it, and hoping that would disable the inline style.
brianfreud
lol, that was the hope, as an intermediate step to get Opera to remove it so I could readd it... didn't work
yeah, still doesn't work... one last thing to try, I just really didn't want to do it this way
zeno has quit
no, ok, I'm just really opposed to doing it that way - will have to find some other way than cloning the entire contents div and hide/showing the exact same contents just with different inline styles... WAY too much DOM manipulation doing that.
xlotlu has quit
xlotlu joined the channel
Dhraakellian joined the channel
zeno_ has quit
petros joined the channel
petros
Quick question. Is it possible to change the "watch edits for subscribed artists"-email to only notify you of certain kind of edits? (I don't care for edits involving changing of PUIDS, adding of releases et cetera)
zeno_ joined the channel
jason_emmett
jason_emmett has joined #MusicBrainz
CStan joined the channel
brianfreud
not at the moment
petros
Ok, thanks.
zeno_ has quit
zeno__ joined the channel
petros has quit
jason_emmett has quit
Om joined the channel
outsidecontext joined the channel
brianfreud
Anyone around who is using: IE6, IE7, Safari for Windows or Mac, Firefox 3 for Windows or Mac, or Firefox 2?