Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
9a236325
Commit
9a236325
authored
Dec 26, 2014
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_code_mirror: Fix warning/error messages div not being displayed in maximize mode.
parent
33f59cf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
bt5/erp5_code_mirror/SkinTemplateItem/portal_skins/erp5_code_mirror/code_mirror_support.xml
...tem/portal_skins/erp5_code_mirror/code_mirror_support.xml
+2
-1
bt5/erp5_code_mirror/bt/change_log
bt5/erp5_code_mirror/bt/change_log
+3
-0
No files found.
bt5/erp5_code_mirror/SkinTemplateItem/portal_skins/erp5_code_mirror/code_mirror_support.xml
View file @
9a236325
...
@@ -237,7 +237,8 @@
...
@@ -237,7 +237,8 @@
warning_element.animate({opacity: 1.0}, {duration: 3000, queue: false});\n
warning_element.animate({opacity: 1.0}, {duration: 3000, queue: false});\n
}\n
}\n
\n
\n
if(cm.getOption("fullScreen") ||\n
if(is_maximized ||\n
cm.getOption("fullScreen") ||\n
(document.fullScreenElement
&&
document.fullScreenElement !== null) ||\n
(document.fullScreenElement
&&
document.fullScreenElement !== null) ||\n
document.mozFullScreen || document.webkitIsFullScreen) {\n
document.mozFullScreen || document.webkitIsFullScreen) {\n
var msg_elem_classes = \'maximize_fullscreen_message\';\n
var msg_elem_classes = \'maximize_fullscreen_message\';\n
...
...
bt5/erp5_code_mirror/bt/change_log
View file @
9a236325
2014-12-26 arnaud.fontaine
* Fix warning/error messages div not being displayed in maximize mode.
2014-12-19 arnaud.fontaine
2014-12-19 arnaud.fontaine
* Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.
* Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment