Ticket #3231 (closed bug: wontfix)

Opened 5 years ago

Last modified 7 months ago

ui.dialog failed with Konqueror 3.5.9

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

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

jquery-ui-dialog-test.tar.gz Download (74.2 KB) - added by proppy 5 years ago.
ready to run testcase

Change History

comment:1 Changed 5 years ago by proppy

updated testcase:

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

Changed 5 years ago by proppy

ready to run testcase

comment:2 Changed 5 years ago by proppy

One could also run the test from there:  http://jpoker.aminche.com/jquery-ui-dialog-test/test.html

comment:3 Changed 5 years ago by Cloudream

  • Status changed from new to closed
  • Resolution set to wontfix

jQuery and jQuery doesn't support Konqueror

comment:4 Changed 5 years ago by Cloudream

... and jQuery UI ...

comment:5 Changed 3 years ago by NealTAMMIE

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.

comment:6 Changed 7 months ago by scott.gonzalez

  • Milestone TBD deleted

Milestone TBD deleted

Note: See TracTickets for help on using tickets.