https://bugzilla.wikimedia.org/show_bug.cgi?id=66647

            Bug ID: 66647
           Summary: data-sort-type doesn't correlate the currencies of
                    data-sort-value cells with 'currency criterion'
                    compatible cells when used sparcely
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mattmil...@googlemail.com
       Web browser: ---
   Mobile Platform: ---

When sorting a column which contains currency values:
Cells with both 'currency criterion' incompatible values and data-sort-value
specified with a 'currency criterion' compatible symbol are not included in the
comparative ordering of 'currency criterion' compatible values.

E.g.
{| class="wikitable sortable"
|+ Comparison of keyboards, segmented by purpose
|-
! Manufacturer !! class="unsortable" | Model !! data-sort-type="currency" |
Price
|-
! class="collapsible collapsed" colspan=12 | Wireless
|-
| Amkette || Wi-Key Touch || data-sort-value="$42" | INR₹2495 ($42)
|-
| Rapoo || E2700 || £39.99 ($68)
|-
| iball || Mystic BT06 || data-sort-value="$33" | INR₹1,999 ($33)
|-
|}

What happens when Price column is sorted:
{| class="wikitable sortable"
|+ Comparison of keyboards, segmented by purpose
|-
! Manufacturer !! class="unsortable" | Model !! data-sort-type="currency" |
Price
|-
! class="collapsible collapsed" colspan=12 | Wireless
|-
| iball || Mystic BT06 || data-sort-value="$33" | INR₹1,999 ($33)
|-
| Rapoo || E2700 || £39.99 ($68)
|-
| Amkette || Wi-Key Touch || data-sort-value="$42" | INR₹2495 ($42)
|-
|}

What should happen:
==Keyboards==
{| class="wikitable sortable"
|+ Comparison of keyboards, segmented by purpose
|-
! Manufacturer !! class="unsortable" | Model !! data-sort-type="currency" |
Price
|-
! class="collapsible collapsed" colspan=12 | Wireless
|-
| iball || Mystic BT06 || data-sort-value="$33" | INR₹1,999 ($33)
|-
| Amkette || Wi-Key Touch || data-sort-value="$42" | INR₹2495 ($42)
|-
| Rapoo || E2700 || £39.99 ($68)
|-
|}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to