Skip to main content

Search and Top Navigation

#3231 closed bug (wontfix)

Opened August 19, 2008 04:29PM UTC

Closed August 19, 2008 09:38PM UTC

Last modified October 11, 2012 09:15PM UTC

ui.dialog failed with Konqueror 3.5.9

Reported by: anonymous Owned by: scottgonzalez
Priority: minor Milestone:
Component: ui.dialog Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

The following testcase:

test("jquery.ui.dialog", function(){
        expect(1);
	var dialog = $("<div>foo</div>").dialog();
	ok(copyright.text().indexOf('foo') >= 0, 'foo');
    });

Failed with:

Died on test #1: TypeError: Null value
Attachments (1)
Change History (6)

Changed August 19, 2008 04:53PM UTC by proppy comment:1

updated testcase:

test("jquery.ui.dialog", function(){
        expect(1);
	var dialog = $("<div>foo</div>").dialog();
	ok(dialog.text().indexOf('foo') >= 0, 'foo');
    });

Changed August 19, 2008 05:05PM UTC by proppy comment:2

One could also run the test from there:

http://jpoker.aminche.com/jquery-ui-dialog-test/test.html

Changed August 19, 2008 09:38PM UTC by Cloudream comment:3

resolution: → wontfix
status: newclosed

jQuery and jQuery doesn't support Konqueror

Changed August 19, 2008 09:39PM UTC by Cloudream comment:4

... and jQuery UI ...

Changed August 19, 2010 02:40PM UTC by NealTAMMIE comment:5

One knows that modern life seems to be very expensive, however people require money for various things and not every one earns big sums cash. Therefore to receive some <a href="http://bestfinance-blog.com/topics/personal-loans">personal loans</a> and just sba loan should be a proper solution.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:6

milestone: TBD

Milestone TBD deleted