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.
- core module: css(String|Hash) (7, 12, 19)
- Modifying CSS display: Assert element is visible
- Assert opacity is 0.25 as a String
- Assert opacity is 0.25 as a Number
- Assert opacity is 0.5 as a String
- Assert opacity is 0.5 as a Number
- Assert opacity is 0.75 as a String
- Assert opacity is 0.75 as a Number
- core module: css(String, Object) (7, 14, 21)
- Modifying CSS display: Assert element is visible
- Assert opacity is 0.25 as a String
- Assert opacity is 0.25 as a Number
- Assert opacity is 0.5 as a String
- Assert opacity is 0.5 as a Number
- Assert opacity is 0.75 as a String
- Assert opacity is 0.75 as a Number
- core module: width() (2, 7, 9)
- Test padding specified with percent expected: 30 actual: 92
- Test hidden div expected: 30 actual: 92
- core module: height() (2, 6, 8)
- Test padding specified with percent expected: 30 actual: 92
- Test hidden div expected: 30 actual: 92
- core module: append(String|Element|Array<Element>|jQuery) (2, 19, 21)
- Check for appending text with spaces
- Test for appending a DOM node to the contents of an IFrame
- core module: val(String) (2, 4, 6)
- Died on test #5: Error: DOM Exception 8
- Expected 4 assertions, but 5 were run
- core module: contents() (2, 1, 3)
- Died on test #2: TypeError: Undefined value
- Expected 12 assertions, but 2 were run
- selector module: attributes (1, 19, 20)
- Select options via [selected] (#select1 option[selected]) expected: [ option#option1a ] result: [ ]
- selector module: pseudo (:) selectors (3, 32, 35)
- Selected Option Element (#form option:selected) expected: [ option#option1a, option#option2d, option#option3b, option#option3c ] result: [ option#option2d, option#option3b, option#option3c ]
- Is Visible (#form input:visible) expected: [ input#text1, input#text2, input#radio1, input#radio2, input#check1, input#check2, input#name ] result: [ ]
- 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
Milestone: | 1.2.3 → 1.2.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.