Closed Bug 542976 Opened 15 years ago Closed 15 years ago

CSS property background-image:url() fails

Categories

(Firefox :: General, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 488749

People

(Reporter: ruben, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11 GTB6 FirePHP/0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11 GTB6 FirePHP/0.4 When in a <style> label are inserted a background-image: url(); without any URL or path to an image. Firefox seems to reload the page or something like that because we lost a dinamyc data when passing to other url on the same domain. Reproducible: Always Steps to Reproduce: 1.bakcground-image: url(); 2.get a dinamy data via PHP code 3.sends a form Actual Results: the dinamyc data get via PHP is lost and a new data is set in the $_SESSION var. Expected Results: No new data should be set form.php gets a dinamyc data via PHP (captcha string, not the image, only the string) and store it in $_SESSION global var. If background-image:url(); is set in a <style> label inside the <head> we lost the data. If we delete background-image:url(); the data passed to the results.php script with the correct value. Of course, sessions are created in the two scripts. No PHP code error. So we can affirm than some problem are on this issue. This happens on: - Firefox 3.0.11 under Linux Fedora - Firefox 3.5.6 under Windows Vista inside a VirtualBox - Firefox 3.5.7 under Windows Vista inside a VirtualBox - Firefox 3.5.6 under Windows Vista - Firefox 3.5.7 under Windows Vista - Firefox 3.5.6 under Windows XP - Firefox 3.5.7 under Windows XP - Both x86 and x86_64 platforms get the same results. Hope this info helps you to solve this issue. Hope to hear you soon
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.