summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 0fd60b9a..c8922734 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -686,6 +686,9 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 			# self.previews['/tmp/foo.jpg']['loading'] = False
 			# A -1 in tuples means "any"; (80, -1) = wid. of 80 and any hei.
 			# The key 'foundpreview' is added later. Values in (True, False)
+			# XXX: Previews can break when collapse_preview is on and the
+			# preview column is popping out as you move the cursor on e.g. a
+			# PDF file.
 			try:
 				data = self.previews[path]
 			except: