Community
Participate
Working Groups
1. Go to repositories page 2. Open a repository 3. Pull 4. Page gets refreshed [GOOD] 5. All sections have duplicated entries. I'm using IE 9.
There's more: * Pulling on the main git-repository.html also results in duplicated entries * Pulling sends one pull request but when it requires credentials two calls are send after renew * Same thing as above happens on old git-clone.html page I suspect it's not the problem with git-repository.html, but with the credentials dialog, I'll look at it at first.
OK, I know what happened: for some reason IE has been calling submit twice on GitCredentialsDialog. I don't know if it's IE problem or Dojo, but I made a check to prevent calling the function twice, so the problem is fixed.
The second problem I found is that Fetch command has been calling itemChanged twice.