Pete Posted August 18, 2011 Share Posted August 18, 2011 It's only a very slight issue, and I hesitate to call it a bug as nothing's actually broken, but when creating some fields of the Page variety, I seem to be seeing double - see attached image. I'd have put it in the tracker but you can't upload images there. Nothing too major, but this seems to have crept in with a recent update. Unless of course you're planning on being able to select pages from multiple parents just for fun ryan? Link to comment Share on other sites More sharing options...
ryan Posted August 18, 2011 Share Posted August 18, 2011 Pete, definitely looks like a bug to me. Are you seeing this on all instances, or just some? Is the behavior is presenting itself randomly or consistently? Link to comment Share on other sites More sharing options...
Pete Posted August 18, 2011 Author Share Posted August 18, 2011 I've only got one install running at the mo, using the latest code as of an hour or so ago. It's consistent though - definitely not a one-off. Link to comment Share on other sites More sharing options...
ryan Posted August 18, 2011 Share Posted August 18, 2011 I can't seem to duplicate this one locally yet. What browser are you in? Link to comment Share on other sites More sharing options...
Pete Posted August 20, 2011 Author Share Posted August 20, 2011 This is in Firefox 6 (these version numbers with Mozilla are getting silly now!). I'm using the latest build again downloaded half an hour ago and still see the issue. Same issue occurs in IE9 though so don't think the browser is the issue unfortunately. Link to comment Share on other sites More sharing options...
ryan Posted August 21, 2011 Share Posted August 21, 2011 Pete, since I still can't duplicate here, I'm wondering if there may be some other module involved. What non-core modules do you have installed in PW? Btw, I tried in FF5 not FF6, and IE8 rather than IE9, so will try in FF6 tomorrow, just in case there's something there. Also, can anyone else duplicate this? Thanks, Ryan Link to comment Share on other sites More sharing options...
ryan Posted August 22, 2011 Share Posted August 22, 2011 Well it just started happening on my computer this morning. So I'm able to reproduce it here now. No idea why it just started occurring, but I should be able to fix it now. Link to comment Share on other sites More sharing options...
Pete Posted August 22, 2011 Author Share Posted August 22, 2011 Glad it's not just me going crazy Perhaps some cached JS? Link to comment Share on other sites More sharing options...
ryan Posted August 22, 2011 Share Posted August 22, 2011 This problem has been fixed in the latest commit. The issue was actually that I moved some of this stuff into tabs. The tabs move some markup around, so any <script> tags in those tags get executed twice (once when page loaded, and again when tab draws). This is just something that happens in javascript when you move markup around. The solution was to remove <script> tags (via JS) before drawing the tabs. This is okay to do since those <script> tags had already been executed by the time they are removed. Thanks, Ryan Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now