This topic is locked
[SOLVED]

 Problem with Tabs in Firefox and Chrome

9/19/2013 5:42:19 AM
PHPRunner General questions
J
jco author

I'm experiencing some trouble with Tabs in Firefox and Chrome.
This is the behaviour in FF & Chrome


In Internet Explorer tabs are displayed properly


I have reset the pages and the problem persists :-(
Any Ideas?
Thanks in advance
JC

Sergey Kornilov admin 9/19/2013

Just in case make sure that you use the latest build of PHPRunner. Perform a 'full build' and make sure all files uploaded to the web server.
If this doesn't help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

J
jco author 11/18/2013

Found a fix!
For non IE browsers had to edit .\styles\«Style Name in Use»\style.css (in my case "Fusion1Blue_white1"). indicates changes.
.Fusion1Blue_white1 .runner-tab > .runner-tableft,

.Fusion1Blue_white1 .runner-wrapper .runner-tab > .runner-tableft,

.Fusion1Blue_white1 .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft

{

height:22px; [color="#FF0000"]top:-5px; left:0; right:4px;

}

.Fusion1Blue_white1 .runner-tab > .runner-tabright,

.Fusion1Blue_white1 .runner-wrapper .runner-tab > .runner-tabright,

.Fusion1Blue_white1 .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright

{

width:500px; right:0; clip:rect(auto, auto, auto, 496px); ;height:22px;
}
Only Problem is that the Tabs in the view pages are also affected by this change, but I can live with that ... If anyone could find a permanent fix that would be great!
José Carlos