rissem / meteorpad

Issue Tracker for MeteorPad (http://meteorpad.com)
10 stars 0 forks source link

Download and Save buttons not visible (.pad-actions div) #9

Closed brylie closed 9 years ago

brylie commented 9 years ago

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.

brylie commented 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.

brylie commented 9 years ago

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.

mmcintosh commented 9 years ago

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)

brylie commented 9 years ago

How can we patch this issue?

martinhbramwell commented 9 years ago

+1

(Is there a work around?)

martinhbramwell commented 9 years ago

Thanks to Siyfion, for pointing out to me that <Ctrl-s> is intercepted and will save changes within Meteorpad, not to local storage.

brylie commented 9 years ago

@martinhbramwell thanks for that shortcut!

It still seems like this issue needs attention, and possibly testing on multiple screen resolutions.

buhrmad commented 9 years ago

Bug still occurs in Windows 7 Chrome Version 41.0.2272.101 m. does work.

brylie commented 9 years ago

@rissem any response on this issue?

rissem commented 9 years ago

I believe I resolved this a couple weeks ago. Please reopen if you're still able to reproduce.

brylie commented 9 years ago

Thanks @rissem :-)