Skip to content

Commit

Permalink
resizable visual test: changed alsoResize child test to have position…
Browse files Browse the repository at this point in the history
…:absolute parent and position:relative child. This is the source of the dialog issue #5323 - dialog content shifts when dialog resized from top or left
  • Loading branch information
rdworth committed Mar 12, 2010
1 parent 012da0c commit a27b789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/visual/resizable/resizable_option_alsoResize_child.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
</script> </script>
<style type="text/css"> <style type="text/css">
#parentDiv { #parentDiv {
position: absolute;
padding: 1em; padding: 1em;
width: 200px; width: 200px;
height: 200px; height: 200px;
background: silver; background: silver;
border: 1px solid gray; border: 1px solid gray;
} }
#childDiv { #childDiv {
position:relative;
padding: 1em; padding: 1em;
border: 1px solid gray; border: 1px solid gray;
} }
Expand Down

0 comments on commit a27b789

Please sign in to comment.