topnav not sowing on some OS and Browsers

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/17/2010 5:48:43 AM
Gravatar
Total Posts 50

topnav not sowing on some OS and Browsers

Hi, thanks again for this great portal.

im targeting 4.0 Framework.

on some computers and browsers, the TopNav doesn't appear. (for example vista/ie7, xp, windows 7/chrome& ie8/7)

on the other hand on some it does (vista/chrome & firefox).

i tried changing the skins, playing with the css with no success.

Can someone point me to a way to solve this ? even a creative solution can help.

Thanks

Buzi

11/22/2010 3:50:10 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

anyone ? it can't only be me experiencing this issue can it ? 

11/22/2010 4:14:39 AM
Gravatar
Total Posts 550

Re: topnav not sowing on some OS and Browsers

Hi Buzi,

The skins not depends on the OS , it is depends on browser standards . The browser standards may be different in browsers. You can see some css files(IESpecific.css ,IESpecific.css) in you skin folder that can set correct css classes  for different browsers.

Hope Helps,

Asad

 

11/23/2010 4:45:58 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

hi Asad,

seems to me this is not a Styling issue. what i have noticed now is that the browser is not rendering the text itself. (and its not appearing in the code)

for example, this is the source code taken from the login page as viewed using IE7/IE8:

 

 

<div id="ctl00_mainContent_pnlStandardLogin" class="floatpanel">

    <table id="ctl00_mainContent_LoginCtrl" class="login" cellspacing="0" cellpadding="0" style="border-collapse:collapse;">
    <tr>
     <td>
        <div id="ctl00_mainContent_LoginCtrl_pnlLContainer" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;ctl00_mainContent_LoginCtrl_Login&#39;)">

            <div class="settingrow">
                <strong>
                <label for="ctl00_mainContent_LoginCtrl_UserName"></label></strong>
                <br /><input name="ctl00$mainContent$LoginCtrl$UserName" type="text" maxlength="100" size="35" id="ctl00_mainContent_LoginCtrl_UserName" />
            </div>
            <div class="settingrow">
                <strong><label for="ctl00_mainContent_LoginCtrl_Password"></label></strong>
                <br /><input name="ctl00$mainContent$LoginCtrl$Password" type="password" id="ctl00_mainContent_LoginCtrl_Password" />
            </div>
            <div class="settingrow">
                <input id="ctl00_mainContent_LoginCtrl_RememberMe" type="checkbox" name="ctl00$mainContent$LoginCtrl$RememberMe" />
            </div>
            <div class="settingrow">
                <input type="submit" name="ctl00$mainContent$LoginCtrl$Login" value="" id="ctl00_mainContent_LoginCtrl_Login" class=" jqbutton ui-button ui-widget ui-state-default ui-corner-all" />
 

as you can see, the labels don't appear.

this also happens with labels and button text too in other pages.

any idea why ?

Thanks

Buzi

 

11/23/2010 5:39:51 AM
Gravatar
Total Posts 550

Re: topnav not sowing on some OS and Browsers

Can I see your site?

11/23/2010 5:49:03 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

sure

take a look

http://orchard1.info/

11/23/2010 6:16:47 AM
Gravatar
Total Posts 550

Re: topnav not sowing on some OS and Browsers

For me all things are fine in firefox and IE8(on vista). What is exactly your browser that don't show topnav?

 

 

11/23/2010 6:25:38 AM
Gravatar
Total Posts 108
Community Expert

Re: topnav not sowing on some OS and Browsers

Hi I'm  trying your site in IE8,chrome7 and firefox 3.6 in Windows 7 and I see the top nav fine.

11/23/2010 6:43:46 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

What about Vista ? or Xp ?

11/23/2010 6:53:30 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

This is strange, im running Vista and IE8 8.0.6001. (also compatibility mode same problem) chrome and FF are ok.

also with my client they have the same problem with windows XP

could it be a .NET 4.0 framework i have installed ?

11/23/2010 7:08:31 AM
Gravatar
Total Posts 108
Community Expert

Re: topnav not sowing on some OS and Browsers

I'm testing your page in a Windows vista machine with IE8.0.76 and with a XP machine and IE 7.0.57 the top nav is displaying well in both machines.

The .NET 4.0 framework are used for the server not for the client machines so I don't think you can go this way

 

11/23/2010 7:13:19 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

actually it is used for the client too. you require it to run some apps developed in .net 4.0

so what else could be the problem ? did i mention it happens with all of the labels and button labels too ?

thanks

11/23/2010 8:32:43 AM
Gravatar
Total Posts 18439

Re: topnav not sowing on some OS and Browsers

.NET 4 does not have to be on the client machine to use mojoPortal in a web browser and the .NET framework is not used in the web browser but only on the server in terms of mojoportal. The only .NET code I know of that can run in the browser is Silverlight, but that is not inolved here.

Things I would check if I were you

  • what language preference is used in the web browser(s) where you have this problem
  • could there be some browser plugin(s) involved
  • could there be some anti-virus or privacy protection installed on the client machine where the problem happens
  • could there be a proxy server or security software between the browser and the web that might be filtering or otherwise modifying content
  • clear the mojoprtal log then cause the problem and see if it logs anything

Since no-one else here can see the problem when viewing your site in the browser, the problem seems to originate on the client machine.

Hope it helps,

Joe

11/26/2010 4:23:56 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

Hi Joe, your tip on the language preference in the browser might have done the trick, i had to add the English language and make it top priority...

just need to confirm this for all browsers.

Thanks all for your help. 

11/26/2010 5:51:09 AM
Gravatar
Total Posts 18439

Re: topnav not sowing on some OS and Browsers

I would be curious to know what language setting it had when the problem was happening, maybe then I could reproduce the problem on my machine.

11/26/2010 7:14:49 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

it had HEBREW as the only language in the setting.

give it a try.

Buzi

11/26/2010 7:27:41 AM
Gravatar
Total Posts 18439

Re: topnav not sowing on some OS and Browsers

Hi,

Thanks, I was ale to reproduce the problem and understand the cause.

Back in 2009 someone contributed a resource file for Hebrew Resource.he.resx, be he only translated a few keys and all the other keys are blank, it would be better if the keys were missing instead of blank because then it would fallback to English for the missing keys, but with the keys there and no values it just renders as empty content. I will remove the blank entries from this file for the next release and hopefully someday someone will send us a more complete translation for Hebrew.

Best,

Joe

11/26/2010 7:33:15 AM
Gravatar
Total Posts 50

Re: topnav not sowing on some OS and Browsers

send me the files with the missing translation, i'll try to help filling the blanks.

thanks

11/26/2010 7:39:35 AM
Gravatar
Total Posts 18439

Re: topnav not sowing on some OS and Browsers

You already have the file, it is in the /App_GlobalResources folder, to translate it, you should compare to the English version which is just Resource.resx so you can see the English values.

The best tool for editing the file is Visual Studio 2010. If you are able to update it, please send the updated file to joe dot audette at g mail dotcom

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.