Forum

> > Unreal Software > Site formatting is incorrect on Linux (Ubuntu)
Forums overviewUnreal Software overviewLog in to reply

English Site formatting is incorrect on Linux (Ubuntu)

17 replies
To the start Previous 1 Next To the start

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

DC
Admin Off Offline

Quote
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

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

KimKat
GAME BANNED Off Offline

Quote
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 has written
      
      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).

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

Nem
User Off Offline

Quote
user archmage has written
user DC has written
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

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

KimKat
GAME BANNED Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to replyUnreal Software overviewForums overview