PDA

View Full Version : ActionBar Icons in IE



dot.Scott
17 Sep 2008, 5:15 AM
I am having a strange problem with IE not showing the icons on the ActionBar. FF works fine. The page source shows the correct path for the image source:

<table border="1" cellspacing="2" cellpadding="2">
<tr valign="middle" bgcolor="#C0C0C0"><td><a href="/dir1/dir2/database.nsf/89e37142fbe1b4638525740c0053647f/bb4efdfa23433661852574c700462d36?EditDocument" target="_self"><img border="0" src="/dir1/dir2/database.nsf/application_add.gif?OpenImageResource" alt="Edit Document"> Edit Document</a></td><td><a onclick="var panel = false;
try {
panel = parent.ExtndApp.ui.tabPanel.getActiveTab();
view = parent.ExtndApp.ui.uiView;
}catch(e) {
// Do Nothing
}

if (panel) {
view.refresh();
parent.ExtndApp.ui.tabPanel.remove(panel);

}
but the Notes Server log shows this entry:

09/17/2008 08:49:44 AM HTTP Web Server: Invalid URL Exception [/dir1/dir2/database.nsf/http:/myserver.com/dir1/dir2/database.nsf/application_add.gif?OpenImageResource]

For even more strangeness, when the page is first drawn without rendering the Ext actionbar, the icons are there. It's only after it renders that they disappear.

This is driving me nuts!

jratcliff
17 Sep 2008, 9:02 AM
what url do you use to open your app in the browser?

Is it like this (where the db properties define the start page and thus you don't need to add it to the url)

http://yourserver/yourdb.nsf

Or is it like this (where you specify the name of your start page/form)

http://yourserver/yourdb.nsf/main.html

If it is the first way, try the second way and let me know if that fixes it. Also, are you using Beta 1 or Beta 1r1 (that's the version that I've been emailing to those who have asked). I ask because I'm pretty sure that has been fixed in Beta 1r1.

dot.Scott
18 Sep 2008, 9:06 AM
Thanks for the response. Tried both ways and same results. I am using Beta 1. If you'd like to send 1r1, I'll give that a try.

jratcliff
18 Sep 2008, 11:03 AM
Thanks for the response. Tried both ways and same results. I am using Beta 1. If you'd like to send 1r1, I'll give that a try.

We posted Beta 1r1 last night in the stickied release thread
http://extjs.com/forum/showthread.php?t=6829

Let me know if you still have the problem after you install this new beta.