iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I have a webdesktop window and inside i have a WebPaneManager. See attached..
In IE everything works great, but in Firefox (I'm using the newest version and even an older version didn't work) the window's height looks like its 0px hight.
How can I get the webdesktop look the same in Firefox? It's unuseable as it is now.
Thanks
Hi Andre,
I can replicate your issue here. The problem occurs because the table tag in WebDesktopWindow doesn't have height. You can change:
<table style="width: 100%"> <tr> <%-- <td background="Pictures\toolbar.png" nowrap="noWrap" style="padding: 6px">--%> <td background="Images\main_menu_bg.gif" nowrap="noWrap" style="padding: 6px"> <img alt="RoboDialer Dashboard" align="right" src="Pictures\dashboard.png" width="120px" /> </td> </tr> </table>
to
<table style="width: 100%; height:7%; display:block;"> <tr> <%--<td background="Pictures\toolbar.png" nowrap="noWrap" style="padding: 6px">--%> <td background="Images\main_menu_bg.gif" nowrap="noWrap" style="padding: 6px;"> <img alt="RoboDialer Dashboard" align="right" src="Pictures\dashboard.png" width="120px" /> </td> </tr> </table>
After doing this, the problem doesn't happen in Firefox. Hoep this helps. Look forward to hear any feedback from you so I can help you further.
Regards,
Bernard
HI, yes that fixed that one issue but now I have a slew of new issues. See attached.
The javascript has nothing but errors, nothing really seems to be working and the images are all off.
On load I have a new windows that opens i call this java script
function OpenStartupPage() { window.setTimeout(function () { AddWindow("GettingStarted.aspx", "Getting Started"); }, 400); }
I'm sorry for the late responses. For this issue, I couldn't replicate it in our local end. If possible, could you tell me step by step how to replicate this issue in your sample? Or it will be faster if you can send a simple sample that reproduce this issue in our local end.
From your screenshot, I assume there're different rendering in Mozilla and IE. Is this problem still happens if you commented out the table tags above? Look forward to hear any feedback from you so I can help you further.
hi can you send me an email address to send my project to? I do not wish it to be posted.
Sorry for the late responses. You can email me at bernard@intersoftpt.com. I'll investigate your issue as soon as possible. Look forward to have any feedback from you.
Thanks Bernard,
Your email box is too small so I"ll upload it to Skydrive then send you the link later today.
Andre
OK then. You can email the link to my email above.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname