-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoded string and related section data do not match as of 3.1.3 #79
Labels
bug
Something isn't working
Comments
Hello @gilluminate , Thanks for the analysis. Can you also provide steps to reproduce the issue you mentioned here about TC string? |
I've tried to extract it out of our Typescript code, let me know if this isn't clear or needs more context. Before applying changes in #78:
After applying changes in #78:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When TCF is included in GPP after
setSectionStringById
andfireSectionChange
have been called, the TCF data that is returned to a registered event listener does not reflect the updated state. However, in this situation, the TC string that is returned IS correct.This is the exact opposite behavior of this reported bug #77 where the GPP string returned reflects an outdated state but the rest of the data (eg.
parsedSection
) is correct.Oddly, the proposed fix for the bug above #78 does solve the original issue in my testing, but only partially fixes the TCF string issue. The TCF issue I describe gets reversed when that fix is applied, making the TCF data returned correct and the TC string outdated.
The 2 seem related but possibly conflicted.
The text was updated successfully, but these errors were encountered: