Closed Bug 1432363 Opened 7 years ago Closed 7 years ago

some links do not work

Categories

(Core :: DOM: Core & HTML, enhancement)

All
Other
enhancement
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: labloor, Unassigned)

Details

(Whiteboard: [specification][type:bug])

What did you do? ================ 1. http://maguare.gov.co/el-aguacero/ 2. Click on thumbnails 3. The links do not work, in all browsers if they work. What happened? ============== The links ( a href) do not work, http://maguare.gov.co/el-aguacero/ What should have happened? ========================== It should work all the links, it seems that the developer version blocks it. Is there anything else we should know? ====================================== No
Removing from security sensitive group and from MDN to Fx untriaged. labloor, Thanks for the bug report! What version of Firefox are you using? Do the links work in other browsers? Did you try fixing the PHP error "Undefined index: maguare in /home/maguar5/public_html/wp-content/themes/maguare/header-despliegues.php on line 60" at the top of the page? Maybe you're missing some javascript that is preventing the default link behavior.
Group: websites-security
Component: General → Untriaged
Product: Mozilla Developer Network → Firefox
Flags: needinfo?(labloor)
Hi Greg, Thanks For your answer. Our info : Firefox developer Edition 59.0b2 (64-bit) + WIN10 We already fixed the variable in the header. But the links work in other browsers such as Firefox Quatum or Google Chrome, you have the test and you will notice. We would like to discover why that links is blocked. Thanks !
Flags: needinfo?(labloor)
Group: firefox-core-security
Group: firefox-core-security
Windows 10 version 1709 (OS Build 16299.192) & x64 bit, Mozilla Firefox 58.0 I tried reproducing the bug that you reported and I was able to recreate on the Firefox Developer Edition, whereas on the Firefox and other browsers like Chrome the website works properly. I am changing the status of the problem to new, so that it can be fixed for the Developer Edition as well. [bugday-20180122]
Status: UNCONFIRMED → NEW
Ever confirmed: true
Thanks @Aditya Anand ! Is it possible to leave this bug private because it has urls and sensitive server paths? Regards !
(In reply to Aditya Anand from comment #3) > Windows 10 version 1709 (OS Build 16299.192) & x64 bit, Mozilla Firefox 58.0 > > I tried reproducing the bug that you reported and I was able to recreate on > the Firefox Developer Edition, whereas on the Firefox and other browsers > like Chrome the website works properly. I am changing the status of the > problem to new, so that it can be fixed for the Developer Edition as well. > > [bugday-20180122] Thanks @Aditya Anand ! Is it possible to leave this bug private because it has urls and sensitive server paths? Regards !
I am also able to reproduce this issue on Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 This is very interesting as a left mouse click does nothing but the right mouse click will open up the proper thumbnail in another tab. I have confirmed this is not reproducible on Google Chrome and Edge. Placing this issue under core::Dom
Component: Untriaged → DOM
Product: Firefox → Core
We tried in 60.0b4 (64-bit) developer edition and where not able to reproduce. We also tried in nightly. Are you talking about the thumbnails at the top of the page? We tried also the thumbnails in a grind in the center to the page, which worked... in all browsers, you have click on "Ver Mas". Is that not what is expected? The site is quite slow, nonetheless - the site is not very well optimized, because its' transferring 17 megabytes (!) of image data. In any case, this seems like a but with the site, not with Firefox.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
(In reply to Marcos Caceres [:marcosc] from comment #7) > We tried in 60.0b4 (64-bit) developer edition and where not able to > reproduce. We also tried in nightly. Are you talking about the thumbnails at > the top of the page? We tried also the thumbnails in a grind in the center > to the page, which worked... in all browsers, you have click on "Ver Mas". > Is that not what is expected? > > The site is quite slow, nonetheless - the site is not very well optimized, > because its' transferring 17 megabytes (!) of image data. > > In any case, this seems like a but with the site, not with Firefox. Hi marcos, yes Marcos you right. Sorry for this but it was an error of Bxlisder with Firefox( Included Firefox Developer) --> https://github.com/stevenwanderski/bxslider-4/issues/1188 . Related info : "slider.pointerId. Chrome returns 1 and Firefox returns 0" https://www.mozilla.org/en-US/firefox/59.0/releasenotes/ : "Added support for W3C specs for pointer events and improved platform integration with added device support for mouse, pen, and touch screen pointer Input" Thanks Team FF !
pointerId is just an id, one shouldn't expect any particular values for it. The spec is very clear about that https://w3c.github.io/pointerevents/#dom-pointerevent-pointerid
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.