dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Filter Header, "Active" and "Only Favorites" not translated to Englisch on reload #16

Closed steffchep closed 8 years ago

steffchep commented 8 years ago

Reproduce:

Observed Result:

Expected Result:

Workaround:

ascheman commented 8 years ago

Seems to work now? @steffchep did you do anything? Please re-test ...

steffchep commented 8 years ago

If you follow the reproduction steps it still occurs. At least on Firefox. Not entirely sure why it happens, probably a timing issue between knowckout and the resouces script

ascheman commented 8 years ago

Deadline: 2016-01-18 - if not solved, postpone to release-1.2

ahus1 commented 8 years ago

I had a look at it and replaced the JQuery code with Knockout computed elements.

Old usage:

        <span data-resource="disablefavorites"></span>

New usage:

        <span data-bind="resource: 'disablefavorites'"></span>