Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Table: Copy entire contents of reflow headers into reflow bold tags #7437

Closed
wants to merge 4 commits into from

Conversation

gabrielschulhof
Copy link

Fixes gh-7415

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) when pulling b6b5630 on 7415-copy-reflow-header into 039c0b6 on master.

.eq( 1 )
.children( "b" )
.children( "span.make-it-red" )
.length,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this might be a little indentation happy :)

Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

I suppose I can replace that traversal with a selector ...

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling e1e6651 on 7415-copy-reflow-header into 039c0b6 on master.

.eq( 1 )
.children( "b" )
.children( "span.make-it-red" )
.length,
Copy link
Contributor

Choose a reason for hiding this comment

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

#reflow-table-test .ui-table-reflow > tbody span.make-it-red can replace this all the test table has only one tr and only one th has the span to copy

@arschmitz
Copy link
Contributor

👍

@coveralls
Copy link

Coverage Status

Coverage increased (+0.15%) when pulling 45e92b2 on 7415-copy-reflow-header into 039c0b6 on master.

gabrielschulhof pushed a commit that referenced this pull request Jun 6, 2014
@gabrielschulhof gabrielschulhof deleted the 7415-copy-reflow-header branch June 6, 2014 05:09
agcolom pushed a commit to agcolom/jquery-mobile that referenced this pull request Nov 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table Reflow Column headers' text includes any elements such as button text
4 participants