Forum

> > Unreal Software > Site formatting is incorrect on Linux (Ubuntu)
ForenübersichtUnreal Software-ÜbersichtEinloggen, um zu antworten

Englisch Site formatting is incorrect on Linux (Ubuntu)

17 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Site formatting is incorrect on Linux (Ubuntu)

DC
Admin Off Offline

Zitieren
MAXIMUM HATE. I already decreased the textbox size to fix that but those fucking browser developers are absolutely incapable of doing things right.. looks like they render textfields at random sizes. they just give a fuck.

I'll see what I can do to fix that

alt Re: Site formatting is incorrect on Linux (Ubuntu)

KimKat
GAME BANNED Off Offline

Zitieren
Indeed there should be a pro web developer out there who can implement a fix to set the minimum and maximum size of a text field and also make css(style) implementation fix.

I already got it visualized.
1
2
3
4
5
6
textarea {
		textarea-min-size: 240px 160px;
		/* textarea-fixed-size: 320px 240px; */
		textarea-max-size: 480px 320px; 
		textarea-resize: yes;
	}
Textarea sample fix hat geschrieben
      
      Example

                textarea-fixed-size: x y;

                x = The set textarea width
                y = The set textarea height
      


textarea-min-size
Result: Changes the textarea minimum size.

textarea-max-size
Result: Changes the textarea maximum size.

textarea-fixed-size
Result: Changes to a fixed textarea size.

textarea-resize
Result: Changes the textarea resize state functionality (fixed size or expandable).

alt Re: Site formatting is incorrect on Linux (Ubuntu)

Nem
User Off Offline

Zitieren
user archmage hat geschrieben
user DC hat geschrieben
err.. wtf dude... I didn't fucking change anything? but good to hear that problems appear and disappear magically...

Lol wtf?

This reminds me this: http://www.youtube.com/watch?v=BGcRP7BmqV0
DC told me what he dont know what the problem, lol.
I have no wonder if us.de and other its sites like cc.com are on server which stands on a graveyard, lol
All those magick things... Also no wonder if at halloween US.de will be upside-down for no reason

alt Re: Site formatting is incorrect on Linux (Ubuntu)

KimKat
GAME BANNED Off Offline

Zitieren
We need to read more carefully, I guess. The website formatting is dependent on each web browser because they're all very different, that's why they differ. I have hopes for mozilla's dev, they should get a team on it and fix this sometime around though I'm pretty sure. Until then let's live with it. Changes, that's the way it is.
On that videoclip I didn't notice any high latency at all since it might be too short and like... I guess you used it as a example. Ah well, back to topic.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenUnreal Software-ÜbersichtForenübersicht