Login Register

internet explorer

IE Bugs On My Site

Hello, I have experienced a few IE bugs with my site,

1. Go to http://andydaykin.com/contact.php. The blue flash appears when you focus on a textfield in everything but ie. In the text area it appears when you focus, but the flash is missing in the top row.

2. Under ie8 the fisheye doesn't work at all, although I realize that there are fixes aimed for this in the upcoming 1.3 release.

Any insight into these problems would be appreciated greatly.

dojo.connect of a Dijit to onchange event does not work in IE7

dojo.connect(object, "onchange", function) does not work in IE7.

This code replicates it. The utterly bizarre thing is that if I remove the dojo.require of dijit.form.Form and dijit.form.ValidationTextBox, the dojo.connect will work. The form looks ugly, as expected, but the event handler works.

Also, only onchange is a problem -- onclick works with no problems. I tried grepping the tests to find a dojo.connect with onchange, but I can't find one.

Am I doing something wrong in the below example, or should I submit a bug?

Declarative Instantiation Problem With IE

This works for FF but I can't get it to work in IE. The my.DialogContent widget is dropped into my.Dialog using my.Dialog.setHref(). It instantiates correctly creating the widget and its components and runs their declarative scripts but doesn't run the top ones I've put in the code block below. Any help would be greatly appreciated. Thanks :)

PS. The init method that is not being overwritten below is invoked in my.DialogContent postCreate

Ignore the fact I took out the < and > brackets below wasn't showing the code block when I left them in

FisheyeLite Animation doesn't work after changing data

I am workin on a project for the university with fisheyeLite. I make an sortArray to sort an array alphabetically with onclick "abc". It works and sort the array but after that the animation from fisheye doesn't work matter. Can anybody help me? An also problem is that the animation doesnt work on MS Internet Explorer 8. Thanks a lot for your answers.

Code:

{
jdata:"",
templateString: "

" +
"
abc

"+

gfx in floating pane - text not shown in MS Internet Explorer

Hi everyone,

i'm developing a timeline-widget for my bachelor's thesis. The widget creates a Floating Pane with a timeline as content. The gfx-text is not shown in Internet Explorer. Other browsers like Firefox and Safari are showing the text. Objects created with "createRect" and "createLine" are shown in all browsers.

If the timeline (graphics and text) is displayed without the floating pane everything is shown.

Here is a demo of my widget

Sections of the code

Strange effect with tooltips on IE

I have an HTML document exported from Microsoft Word that I have instrumented with Dojo tooltips. One of the CSS paragraph styles in that document specifies "text-indent: -36pt". When a tooltip is created in a paragraph given that style, the sensitive text for the tooltip gets the indent.

When the following cut-down example is displayed on Firefox or Safari, the output is:

a Agreement, fou baah

However on IE 6 and 7 it's:

a ent, fou baah

@import "http://o.aolcdn.com/dojo/1.1.0/dijit/themes/tundra/tundra.css";

slider ticks and labels not visible in ie when background is set in parent container

I've seen some references to this behavior, but haven't seen much that addresses it directly, so thought I'd post my observations for consideration. Of course if anyone has a fix please let me know.

GFX Drawing issues in IE

I'm trying to create a tool that draws a custom-shaped Rubber Bound box on top of an image (in this case, a map projection). The functions that allow the calculations work, and I'm able to create the PolyLine just fine. However, in Internet Explorer, it behaves incorrectly: If there are any "negative" points, they seem to be shoved so that the drawing is flush with the left and/or top edges of the canvas; in other words, drawing off of the left and/or top edges of the canvas seem to not work, although drawing off the right and top edges works fine.

getElementsByName on an externally loaded tab on IE

I have a little issue with IE that it's causing me headaches. Any help will be greatly appreciated.

I have the following Widgets in web page:

  • LayoutContainer
    • ContentPane
      • TabContainer
        • and a few LinkPanes loaded
          externaly using the href attribute

I have some parts on the JavaScript code that "uses" regular HTML elements of the Tabs using getElementsByName() or getElementById() - My problem is that everything works with FireFox, but IE doesn't "see" any elements
there.

Do you have some ideas?

Operation Aborted in Internet Explorer

For info, if anyone is researching the 'operation aborted' issue:

I had the same problem as many people had with Internet Explorer failing to open my dojo using site, with the error 'Operation Aborted'. I am using 1.0.2

None of the solutions that others listed resolved my problem directly as far as I could see, changes to the base tag had no affect, and my experiments with parsing an onLoad did not resolve it.

Syndicate content