Opened 12 years ago
Closed 12 years ago
#3360 closed Bug (fixed)
Web Client doesn't work correctly on Firefox
Reported by: | simonbcn | Owned by: | charles |
---|---|---|---|
Priority: | Highest | Milestone: | 2.01 |
Component: | Web Client | Version: | 2.00 |
Severity: | Major | Keywords: | |
Cc: |
Description
Web Client on Firefox version: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4.
Same Web Client, at same moment, on Opera and Chromium.
In Firefox the torrent list is empty, but there is one torrent stopped.
I have tested this on a Firefox without extensions.
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by simonbcn
comment:2 Changed 12 years ago by charles
I can't reproduce this error. It's working for me with svn trunk.
comment:3 Changed 12 years ago by simonbcn
Firefox/3.6.4
One friend have tested this, from his PC, and it also happens.
This is the list of errors/warnings in console Firefox (my Firefox is in Spanish, sorry''):
Advertencia: Propiedad desconocida '-moz-outline'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 30 Advertencia: Error al interpretar el valor para 'margin'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 542 Advertencia: Se esperaba una declaración, pero se encontró '/'. Ignorado hasta la siguiente declaración. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 812 Advertencia: Se esperaba una declaración, pero se encontró '/'. Ignorado hasta la siguiente declaración. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 816 Advertencia: Error al interpretar el valor para 'filter'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 872 Advertencia: Propiedad desconocida '-moz-opacity'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 873 Advertencia: Se esperaba un nombre de una característica de medios, pero se encontró '-webkit-min-device-pixel-ratio'. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 884 Advertencia: Error al interpretar el valor para 'font'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 938 Advertencia: Error al interpretar el valor para 'filter'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 1199 Advertencia: Propiedad desconocida '-moz-opacity'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 1200 Advertencia: Error al interpretar el valor para 'text-indent'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 1223 Advertencia: Error al interpretar el valor para 'filter'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 1306 Advertencia: Propiedad desconocida '-moz-opacity'. Declaración rechazada. Archivo de origen: http://xxxx/transmission/web/stylesheets/common.css Línea: 1307 Advertencia: Se esperaba un nombre de atributo o espacio de nombre, pero se encontró '@type'. Archivo de origen: http://xxxx/transmission/web/ Línea: 0 Error: e is undefined Archivo de origen: http://xxxx/transmission/web/javascript/common.js Línea: 103
comment:4 Changed 12 years ago by charles
I think most of these warnings are not relevant, but this one might be:
Error: e is undefined Archivo de origen: http://xxxx/transmission/web/javascript/common.js Línea: 103
I've added an "undefined" safeguard to that function in common.js in r10866. You might want to try updating your build and see if that changes anything.
Also, if possible please submit further error messages in English ;)
comment:5 Changed 12 years ago by simonbcn
Ok, it was that. It's solved[[BR]] Thanks
comment:6 Changed 12 years ago by charles
- Milestone changed from None Set to 2.01
- Owner changed from kjg to charles
- Status changed from new to assigned
comment:7 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
I have tested this with last svn version 10862 and it continues failing.
Please, correct this as soon as possible.