Community
Participate
Working Groups
Go into a folder and choose "New File" Button. Enter text and hit return. Status message comes up saying "Creating [filename]" then the message goes away but the white space is left. Refreshing the window is required to reclaim space.
Can you give me more specific steps - browser, the folder name, etc. etc. This doesn't happen for me on Win7/chrome, so I suspect the steps are more specific than what you describe.
Seems to be a non-issue on Chrome but is on Firefox and Safari.
will investigate
Ha, I found the logic error in our layout computation, and it fixes the problem but squishes everything upward on Chrome (not surprising, since Chrome doesn't exhibit the problem.) Need to work on this more Friday. I'm probably making a CSS positioning assumption that is not quite right...
Pushed to remote branch, please review and cherrypick/commit if you agree. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a461d2e256ce5d342235e2e59dbc7a42e367738f The problem was that the code where we are establishing the original position of the content area under the toolbar was using the space between the parent and the content. But this could be called when the slideout was already out, or worse, when the slideout or progress were activated but not yet filled in. So we just kept adding extra space. The fix is to establish the position according to the toolbar bottom. This assumes that nothing besides the slideout or notification area is between the toolbar and the content, but this is the code that's supposed to know about all that. I added a comment in case we change this assumption later. The change to status.js just reduces some duplicate and/or unneeded calls to the layout code.
Looks good, but entered the following bug as well. Bug 391819 - New File/Folder button after previous uses input area below failure message
pushed.