Skip to content

fix: Fix table sort functionality for tables with colspan attributes#4605

Merged
rjsparks merged 1 commit into
ietf-tools:mainfrom
larseggert:fix-4555
Oct 19, 2022
Merged

fix: Fix table sort functionality for tables with colspan attributes#4605
rjsparks merged 1 commit into
ietf-tools:mainfrom
larseggert:fix-4555

Conversation

@larseggert

Copy link
Copy Markdown
Collaborator

Fixes #4555

@codecov

codecov Bot commented Oct 19, 2022

Copy link
Copy Markdown

Codecov Report

Merging #4605 (ad0a842) into main (cbf3431) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4605   +/-   ##
=======================================
  Coverage   88.39%   88.39%           
=======================================
  Files         296      296           
  Lines       39741    39707   -34     
=======================================
- Hits        35130    35100   -30     
+ Misses       4611     4607    -4     
Impacted Files Coverage Δ
ietf/doc/views_draft.py 91.94% <100.00%> (+0.04%) ⬆️
ietf/person/models.py 91.91% <100.00%> (+0.75%) ⬆️
ietf/utils/pipe.py 82.60% <0.00%> (-4.35%) ⬇️
ietf/utils/mail.py 79.62% <0.00%> (-0.47%) ⬇️
ietf/help/urls.py 100.00% <0.00%> (ø)
ietf/ietfauth/views.py 91.04% <0.00%> (+0.25%) ⬆️
ietf/ietfauth/forms.py 95.10% <0.00%> (+0.26%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment thread ietf/static/js/list.js
@@ -62,12 +60,21 @@ $(document)
// get field classes from first thead row
var fields = $(header_row)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to approve this, but this bit of new code is particularly hard to understand. I wonder if it could be written in a way that would promote better maintenance?

@rjsparks
rjsparks merged commit 0cc0281 into ietf-tools:main Oct 19, 2022
@larseggert
larseggert deleted the fix-4555 branch October 19, 2022 17:20
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nomcom private page tables have column-sort markers that do nothing

2 participants