0. when clicking 'insert' in the popup, it inserts the plugin at the begining of the post and not where the cursor is - Ok, I found the bug, it’s tricky: IE has this problem with tinyMCE (the textbox WP uses), that when you change the page in the popup box (through a link, for example, or a redirect, it loses the position,so when you close the popup, the cursor automatically goes to the beginning of the text. We are using redirect in the following situations: 1. in base.php, when the user is not logged in; 2. in base.php, when the session expired; 3. in the plugin page, when viewing an album and then clicking on Back [to main menu]); We have 3 solutions for this: 1. move cursor to the end of the textbox automatically if in IE ; 2. store the position of the cursor when opening the popup and restoring it after the popup has been closed (don’t know if that’s possible); 3. use AJAX in the situations I mentioned earlier, but I don’t know if it’s possible: 1. for login, we could open a new window as you said at the beginning of the project, but I don’t think we can do the trick when the user clicks “Login”: after all, we should somehow hold our page from loading until the user logged in, and only after that display the plugin page.
Another method I thought about is to make the plugin page an empty page containing a div and the buttons, and make another page that would serve wp-media-cincopa.php. For example, the user clicks on Back and it calls serve.php?action=back which returns the page with the main menu, and the script puts it in the div.
Or, the user clicks on Open folder and it calls serve.php?action=open&fid=[FID] and the images are loaded in the div.
Same thing forlogin: if the user is not logged in, the script returns the source of login.aspx into the div. if it can…
Do you think this is a good ideea? Btw, the newly implemented Logout functionality requires redirections as well.
- done - when style doesn’t exists should write an error
- done - styles 13,14,15 are not running in the right place where they where inserted just in a PAGE and not in a POST (you are right but should work nevertheless ) , see http://showcase.ronica.net/styles
- done - after clicking an item in style 13 it shouldn’t jump up to scroll 0
- done - change the name of the folder from == ronica.net == to the specific name of the blog like “Posted on bugs.ronica.net {date} {time}”
- done - in style 13, the next and previous buttons should have hand cursor
- done - in style 15, the strip above should have hand cursor
- done - in popup style selection, sort styles by their code and give a true one-line description
- done - change the name of the cincopa plugin app form phptest to ‘Wordpress Cincopa plugin’ and give some description, html description and landing page
status : closed, this is an IE bug with tinyMCE when changing page inside popup