windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

Post scrambling #33

Closed ChrisK91 closed 11 years ago

ChrisK91 commented 11 years ago

Currently, there is an issue where posts are "mixed" with other posts when you scroll down and back up. I'm not really sure what caused this issue. Here are my current investigations in case someone want's to look at it:

I assume it's either the rendering that causes this issue or the data binding itself. I set a breakpoint in the Setter of the Post property in Sparklr text, and it sees like the items get rebound with different instances, when you scroll upwards. I'm currently out of ideas, so I went ahead and posted the issue on StackOverflow as well:

http://stackoverflow.com/questions/18453935/wp7-8-bound-items-in-scrollbox-updated-with-wrong-data

Feel free to investigate this issue as well! :bug:

jessenic commented 11 years ago

The Image accepts an URL string as a source, have you tried that?

ChrisK91 commented 11 years ago

See commit message for details on this problem.