Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

select options misplacing after scaling the parent div

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 11 ნახვა
  • ბოლოს გამოეხმაურა bapi koneru

i used -moz-transform: scale(.75) to resize my div . inside my div i have a selection element on clicking that select option the options are misplaces.(expected behavior is to get the options at the relative position of that selection element ). resulting:- misplaced options when scaled .

i have scaled the entire div to 75% then selected the element but options are misplaced. i think this is a bug coz chrome and safari are handling it correctly its only reproducible in firefox. i tried my luck with 14.0.1 but no luck its not working with new release also.

thanks in advance for the fix ASAP.


                          -Bapi-569
i used -moz-transform: scale(.75) to resize my div . inside my div i have a selection element on clicking that select option the options are misplaces.(expected behavior is to get the options at the relative position of that selection element ). resulting:- misplaced options when scaled . i have scaled the entire div to 75% then selected the element but options are misplaced. i think this is a bug coz chrome and safari are handling it correctly its only reproducible in firefox. i tried my luck with 14.0.1 but no luck its not working with new release also. thanks in advance for the fix ASAP. -Bapi-569

ყველა პასუხი (3)

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

Use transform instead of -moz-transform (or both) because the latter is no longer supported.

sorry to say this late.i have used Iframe inside that div and in that frame the selection is existing.when i click on the selection it is misplaced out side the div.

i have already used transform and it didn't work for me anyways thanks for ur response. -Bapi-569

ჩასწორების თარიღი: , ავტორი: bapi koneru