Ticket #3231 (closed bug: wontfix)
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
Change History
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: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.
Note: See
TracTickets for help on using
tickets.



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