Login Register

internet explorer

dojo.connect(Dijit._Calendar, "onChange", function()) doesn't work in ie

Just like the subject says, the function is never called in IE 6 or 7. Works fine in every other browser. However, onclick and onmouseup all work fine. I can't seem to find anyone else with the same problem (maybe my search-fun is weak). Any help would be appreciated.

dojo.connect(_myCalendar, "onChange", function()//_myCalendar is a dijit._Calendar
{
        alert("change"); //Never see this
});

dojo gfx surface positioning in intenet explorer

Hi All,

I am getting some weird results on creating a surface in IE-7. What my situation is that I have 3 divs, layered on top of each other, and positioned absolutely inside a containing div. Then I'm trying to create a surface with each of the 3 divs, and creating a dojo image on each of these surfaces.

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.

Syndicate content