maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 33 forks source link

Big image pushes area wide #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get firefox 3
2. load a wide image
3. observe the editor area pushed all the way to the image width

What is the expected output? What do you see instead?
scrollbar should appear instead.

Original issue reported on code.google.com by adam.mas...@gmail.com on 27 Oct 2008 at 5:21

GoogleCodeExporter commented 9 years ago
quick fix by darcy w. christ (use any fixed width/height that applies to your 
case):

#pic_container {
       position: relative;
       /*width: 100%;
       height: 300px;*/
       width: 640px;
       height: 290px;
       border: solid 0px #efefef;
       overflow: auto;
}

Original comment by adam.mas...@gmail.com on 27 Oct 2008 at 6:09

GoogleCodeExporter commented 9 years ago
finally i figured out that the fieldset is causing the problem. fieldset will be
phased out for the image area in the next releases.

Original comment by adam.mas...@gmail.com on 12 Aug 2009 at 7:55

GoogleCodeExporter commented 9 years ago
image fieldset removed in online editor and in some examples. others will 
follow.

Original comment by adam.mas...@gmail.com on 27 Nov 2009 at 10:22