Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Boris Kocherov
web-apps
Commits
28d55eb6
Commit
28d55eb6
authored
Mar 13, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[SSE] Special-paste button was over drop-down menus (left menu or menus in the toolbar)."
This reverts commit
64044dae
.
parent
64044dae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+1
-1
apps/spreadsheeteditor/main/resources/less/toolbar.less
apps/spreadsheeteditor/main/resources/less/toolbar.less
+1
-1
No files found.
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
View file @
28d55eb6
...
...
@@ -1624,7 +1624,7 @@ define([
me
.
_arrSpecialPaste
[
Asc
.
c_oSpecialPasteProps
.
sourceformatting
]
=
me
.
txtPasteSourceFormat
;
me
.
_arrSpecialPaste
[
Asc
.
c_oSpecialPasteProps
.
destinationFormatting
]
=
me
.
txtPasteDestFormat
;
pasteContainer
=
$
(
'
<div id="special-paste-container" style="position: absolute;"><div id="id-document-holder-btn-special-paste"></div></div>
'
);
pasteContainer
=
$
(
'
<div id="special-paste-container" style="position: absolute;
z-index: 10000;
"><div id="id-document-holder-btn-special-paste"></div></div>
'
);
documentHolderView
.
cmpEl
.
append
(
pasteContainer
);
me
.
btnSpecialPaste
=
new
Common
.
UI
.
Button
({
...
...
apps/spreadsheeteditor/main/resources/less/toolbar.less
View file @
28d55eb6
...
...
@@ -261,7 +261,7 @@
#special-paste-container {
position: absolute;
z-index:
@zindex-dropdown - 1
0;
z-index:
10
0;
background-color: @gray-light;
border: 1px solid @gray;
}
\ No newline at end of file
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