Forum / site bug reports


(Salteh) #21

I came here to inform you that mitsuhiko just informed me that the ‘remember me’ checkbox should work soon
soon = when the update gets deployed.

(Thanks mitsuhiko!)


(UJERebel) #22

[QUOTE=Destroy666;398162]Lay-out seems to be disorted in some places:

The dropdown has been there from before the forum change :slight_smile:
All the rest confirmed (chrome 20)

Edit: When i logged in i still saw the "Welcome to the Splash Damage and WarChest Forums, anonymous web person!
" message and counl’t relpy and so on.

I closed chrome and had to log back in and then i only got the redirecting page :s weird system :stuck_out_tongue:

Edit2: when i came back i could click my dashboard but it said guest next to it. Then after 3 seconds seeing my dashboard it dissapeared and said log in please.


(mitsuhiko) #23

We just rolled out a fix for the “remember me” checkbox not working. We did not fully fix the Opera problem yet, but at least it’s better. After sign-in/off you can reload the page to force the forums to behave.


(Boktor) #24

On firefox 3.6.28 I can log in as much as I like, but I still get the “welcome anonymous web person” message and I can’t post.

Chrome works fine though


(Salteh) #25

Thanks guys,

we will be adding a workaround for the ‘cannot log in’ bug sometime today.
(When Badman wakes up probably ;-))


(UJERebel) #26

PUUUUUUUUUUUUUUT Tringtring :smiley:

Wake up :smiley:

I was also wondering :slight_smile: what is the white star in my dashboard? neutral reputation? how :o


(BioSnark) #27

someone doesn’t have enough reputation to effect your reputation?


(Indloon) #28

I looked through the CSS files and I have the suggestions for SD web designer.

  • [li]My eye stopped at opacity: 90;.
    [/li]That CSS function(em…) is for Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1.
    However as you can see a web designers nightmare, IE :eek:
    To support older IE-s, then just add filter: alpha(opacity=90);
    [li] What to I see, a HTML5 doctype, but there aren’t any elements which belong to HTM5 :frowning:
    [/li]For example you guys have:

    <div id="footer"> .... </div>


    In CSS3, you can use a element called footer, so for example it would look like this in HTML

    <footer> ... </footer>


    And in CSS


    footer { font-size:12px; line-height:18px; }

(mitsuhiko) #29

Not entirely true! We started using them for auth.warchestgames.com :smiley:


(Indloon) #30

Oh, yes I do see that :smiley:


(UJERebel) #31

But that means it is negative reputation?


(Dthy) #32

It means that it’s either, but has no affect to your stars/rep score. (I’ve had it before)


(UJERebel) #33

Ah ok :slight_smile: thx for explaining… Bit weird you can’t see if it’s positive or negative.

By the way, clicking on my notification for a quote gave me “502 Bad Gateway” :s


(Father) #34

Once I try to login with my usual account which has login name <Your>Father<CZ>, it says „username has to be 2 to 15 chars long“.
Is this length check during sing-in process bug or feature?

My usual login name contains 16 chars and does not meet requirements. This means I’m not able to sing in.


(UJERebel) #35

Tried logging in as YourFatherCZ ?


(ducks) #36

[QUOTE=Father;398454]Once I try to login with my usual account which has login name <Your>Father<CZ>, it says „username has to be 2 to 15 chars long“.
Is this length check during sing-in process bug or feature?[/QUOTE]

Think you might mean the account activation page.

If you log in using a username that doesn’t meet the new username rules, you’ll be taken to a page where you can change it (e.g. to “YourFatherCZ”). Once you complete that form, you’ll be able to log in with your updated username.


(UJERebel) #37

I have a new laptop since 3 hours ago :slight_smile: But my screen is fullHD so chrome is pretty small at 100% so iput it at 125%. But then the site is disorted ( main header and links,…) But i still have so much space on the sides, any fix? Or some people with experience with screens with lots of pixels :smiley:

(Also i cannot upload an image :s some weird error appears after uploading)


(badman) #38

Hmm, not seeing any zoom issues in Chrome. Can you provide a screenshot?

What’s the error you’re getting when uploading?


(UJERebel) #39

[QUOTE=badman;398896]Hmm, not seeing any zoom issues in Chrome. Can you provide a screenshot?

What’s the error you’re getting when uploading?[/QUOTE]

Btw, i use chrome dev channel (20.x.x).

Error: just an exlamation mark with hover info.

<img src="images/misc/exclamation.png" class="exclamationimg" alt="" title=" 413 [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]">

And the basc uploader link dissapears? :s


(Indloon) #40

Rebel, I don’t have such a problem with chrome dev channel version 20…

Maybe plugins are causing it?

Btw, I was trying to make SplashDamage logo in CSS3, it worked.

But the splashdamage logo is little rotated and scaled.

Here is the result: http://web.zone.ee/indloon/css3research/splashdamagelogo.html

As you can see, it doesn’t have same perspective look as real one has :smiley:

Because developers are enough dummies to not add rotateX() support for browsers :frowning: