jQuery: The Write Less, Do More JavaScript Library

Ticket #2165 (closed bug: invalid)

Opened 7 months ago

Last modified 3 months ago

Tests failed on Konqueror 4.0 Final

Reported by: Brazilian Joe Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: core
Version: 1.2.2 Keywords:
Cc: Needs: Review

Description

This is a list of tests from the Test Suite where Konqueror fails. I don't know whether it is a Konqueror limitation or jQuery, so i am posting so that the devs can look at the functions and, if possible, tweak/fix them for Konqueror where applicable. I am cross-posting on KDE bugs.

22. core module: css(String|Hash) (7, 12, 19)

  1. Modifying CSS display: Assert element is visible
  2. Assert opacity is 0.25 as a String
  3. Assert opacity is 0.25 as a Number
  4. Assert opacity is 0.5 as a String
  5. Assert opacity is 0.5 as a Number
  6. Assert opacity is 0.75 as a String
  7. Assert opacity is 0.75 as a Number

23. core module: css(String, Object) (7, 14, 21)

  1. Modifying CSS display: Assert element is visible
  2. Assert opacity is 0.25 as a String
  3. Assert opacity is 0.25 as a Number
  4. Assert opacity is 0.5 as a String
  5. Assert opacity is 0.5 as a Number
  6. Assert opacity is 0.75 as a String
  7. Assert opacity is 0.75 as a Number

25. core module: width() (2, 7, 9)

  1. Test padding specified with percent expected: 30 actual: 92
  2. Test hidden div expected: 30 actual: 92

26. core module: height() (2, 6, 8)

  1. Test padding specified with percent expected: 30 actual: 92
  2. Test hidden div expected: 30 actual: 92

31. core module: append(String|Element|Array<Element>|jQuery) (2, 19, 21)

  1. Check for appending text with spaces
  2. Test for appending a DOM node to the contents of an IFrame

48. core module: val(String) (2, 4, 6)

  1. Died on test #5: Error: DOM Exception 8
  2. Expected 4 assertions, but 5 were run

74. core module: contents() (2, 1, 3)

  1. Died on test #2: TypeError?: Undefined value
  2. Expected 12 assertions, but 2 were run

82. selector module: attributes (1, 19, 20)

  1. Select options via [selected] (#select1 option[selected]) expected: [ option#option1a ] result: [ ]

83. selector module: pseudo (:) selectors (3, 32, 35)

  1. Selected Option Element (#form option:selected) expected: [ option#option1a, option#option2d, option#option3b, option#option3c ] result: [ option#option2d, option#option3b, option#option3c ]
  2. Is Visible (#form input:visible) expected: [ input#text1, input#text2, input#radio1, input#radio2, input#check1, input#check2, input#name ] result: [ ]
  3. Is Hidden (#form input:hidden) expected: [ input#hidden1, input#hidden2 ] result: [ input#text1, input#text2, input#radio1, input#radio2, input#check1, input#check2, input#hidden1, input#hidden2, input#name ]

Attachments

Change History

Changed 3 months ago by flesler

  • status changed from new to closed
  • resolution set to invalid
  • milestone changed from 1.2.3 to 1.2.4

Konqueror is not fully supported by jQuery and it's stated that you might encounter problems.

Check: http://docs.jquery.com/Browser_Compatibility

Closing this.

Note: See TracTickets for help on using tickets.