Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Update jqLite.js documentation for css() function. #7599

Closed
wants to merge 1 commit into from

Conversation

intellix
Copy link
Contributor

Request Type: docs

How to reproduce:

Component(s): jqLite

Impact: small

Complexity: small

This issue is related to: jqLite documentation

Detailed Description: The jQuery css() getter functionality utilises getComputedStyle() whereas jqLite only retrieves what is declared inline on an element.

Other Comments:

The jQuery css() getter functionality utilises getComputedStyle() whereas jqLite only retrieves what is declared inline on an element.
@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#7599)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

Sorry, something went wrong.

@mary-poppins
Copy link

I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let us know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@intellix intellix added cla: no and removed cla: yes labels May 28, 2014
@rodyhaddad
Copy link
Contributor

Related: #2866

@rodyhaddad rodyhaddad added this to the Backlog milestone Jun 9, 2014
@btford
Copy link
Contributor

btford commented Jul 11, 2014

I'm fine on merging this for the time being, but do we want to implement the change in #2866? It's possibly breaking, but also doesn't seem like it adds many bytes.

@intellix
Copy link
Contributor Author

I'm definitely a fan of implementing the change in #2866 as this is what I was originally intending to do but got stung by this gotcha. I don't imagine anyone only intends to receive only inline styles

@Narretz
Copy link
Contributor

Narretz commented Sep 28, 2014

Implementing a full getter will not be done as explained here: #8161 (comment)

This can be mergred now.

@Narretz Narretz modified the milestones: 1.3.0-rc.4, Backlog Sep 28, 2014
@jeffbcross jeffbcross modified the milestones: 1.3.0-rc.4, 1.3.0-rc.5 Oct 2, 2014
petebacondarwin pushed a commit that referenced this pull request Oct 3, 2014
The jQuery css() getter functionality utilises getComputedStyle() whereas
jqLite only retrieves what is declared inline on an element.

Closes #7599
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.

None yet

6 participants