Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
e6144927
Commit
e6144927
authored
Nov 22, 2011
by
Francois Marier
Committed by
Gerrit Code Review
Nov 22, 2011
Browse files
Merge "Ensure dragged blocktype appears above view content area in IE (bug #891916)"
parents
2f43b381
20ead13e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/views.js
View file @
e6144927
...
@@ -33,6 +33,10 @@ function ViewManager() {
...
@@ -33,6 +33,10 @@ function ViewManager() {
// base for positioned elements inside it
// base for positioned elements inside it
self
.
columnContainer
=
$
(
'
column-container
'
);
self
.
columnContainer
=
$
(
'
column-container
'
);
makePositioned
(
self
.
columnContainer
);
makePositioned
(
self
.
columnContainer
);
if
(
self
.
isIE7
)
{
// Stop blocktypes being dragged from disappearing underneath the content area
setStyle
(
'
top-pane
'
,
{
'
z-index
'
:
1
});
}
// Hide 'new block here' buttons
// Hide 'new block here' buttons
forEach
(
getElementsByTagAndClassName
(
'
div
'
,
'
add-button
'
,
self
.
bottomPane
),
function
(
i
)
{
forEach
(
getElementsByTagAndClassName
(
'
div
'
,
'
add-button
'
,
self
.
bottomPane
),
function
(
i
)
{
...
...
Write
Preview
Supports
Markdown
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