Issue 288 in shellinabox: why any web browsers show shellinabox with others colors

25 views
Skip to first unread message

shell...@googlecode.com

unread,
Jun 17, 2015, 12:50:54 AM6/17/15
to shell...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 288 by xpers...@gmail.com: why any web browsers show shellinabox
with others colors
https://code.google.com/p/shellinabox/issues/detail?id=288

What steps will reproduce the problem?
1.Open Chrome, and bg is black
2.Open Firefox, and bg is white and slow
3. ...!

What is the expected output? What do you see instead?
#vt100 #cursor.bright {
background-color: white;
color: black;
}

#vt100 #scrollable {
color: #ffffff;
background-color: #000000;
}

#vt100 #scrollable.inverted {
color: #000000;
background-color: #ffffff;
}

#vt100 .ansi15 {
color: #000000;
}

#vt100 .bgAnsi0 {
background-color: #ffffff;
}


What version of the product are you using? On what operating system?
ShellInABox version 2.10 (revision 239) / Ubuntu

Please provide any additional information below.
Neither

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

shell...@googlecode.com

unread,
Jun 17, 2015, 6:13:20 AM6/17/15
to shell...@googlegroups.com

Comment #1 on issue 288 by luka.kra...@gmail.com: why any web browsers show
Hello,

there was a problem with enabling/disabling styles CSS files before they
are completely loaded. This bug behaved differently on different browsers,
and also if CSS files were already cached.

We have this fixed on our shellinabox fork:
https://github.com/shellinabox/shellinabox

--------------------------------------------------------------------
User CSS initialization fix (issue #138)

* Now we use onload event to disable user CSS accoring to default
or user settings. Problem was that we were setting the 'disabled'
attribute on unloaded stylesheet. This should work in all moderen
browsers.
Reply all
Reply to author
Forward
0 new messages