Bug Tracker

Opened 16 years ago

Closed 15 years ago

#2165 closed bug (invalid)

Tests failed on Konqueror 4.0 Final

Reported by: Brazilian Joe Owned by:
Priority: major Milestone: 1.2.4
Component: core Version: 1.2.2
Keywords: Cc:
Blocked by: Blocking:

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.

  1. 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
  2. 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
  3. core module: width() (2, 7, 9)
    1. Test padding specified with percent expected: 30 actual: 92
    2. Test hidden div expected: 30 actual: 92
  4. core module: height() (2, 6, 8)
    1. Test padding specified with percent expected: 30 actual: 92
    2. Test hidden div expected: 30 actual: 92
  5. 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
  6. core module: val(String) (2, 4, 6)
    1. Died on test #5: Error: DOM Exception 8
    2. Expected 4 assertions, but 5 were run
  7. core module: contents() (2, 1, 3)
    1. Died on test #2: TypeError: Undefined value
    2. Expected 12 assertions, but 2 were run
  8. selector module: attributes (1, 19, 20)
    1. Select options via [selected] (#select1 option[selected]) expected: [ option#option1a ] result: [ ]
  9. 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 ]

Change History (1)

comment:1 Changed 15 years ago by flesler

Milestone: 1.2.31.2.4
Resolution: invalid
Status: newclosed

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.