Closed brylie closed 9 years ago
Issue #5 may still be causing trouble. I cannot see the save buttons on the aforementioned browsers, so was confused when the code failed to save.
Also note, this CSS bug only happens when a user is logged in. Simply remove the float: right;
from .pad-actions
to restore the button visibility.
I can confirm this is still happening for me Ubuntu 14.04 Firefox version 35.0.1 and Chrome Version 40.0.2214.111 (64-bit)
How can we patch this issue?
+1
(Is there a work around?)
Thanks to Siyfion, for pointing out to me that <Ctrl-s> is intercepted and will save changes within Meteorpad, not to local storage.
@martinhbramwell thanks for that shortcut!
It still seems like this issue needs attention, and possibly testing on multiple screen resolutions.
Bug still occurs in Windows 7 Chrome Version 41.0.2272.101 m.
@rissem any response on this issue?
I believe I resolved this a couple weeks ago. Please reopen if you're still able to reproduce.
Thanks @rissem :-)
In Firefox 34 and Chromium 39 on Ubuntu 14.10, the pads are not reloading when I change code. Is there a button or keyboard combination that I am supposed to use to save the contents of the pad?
tl;dr
Remove the
float: right;
from.pad-actions
to restore the button visibility.