christiannaths / christiannaths/jquery.githubcode
IE issue
- Lenguaje dominante
- JavaScript
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
FYI:
I'm studying the code more carefully, and I notice a little trick you're doing to get the url using an anchor element. While researching that a bit, I found on SO (see below) that there can be a bug in IE8 where the leading slash isn't included (IE not following the standard because the standard came after the implementation, and changing to the standard would break backward compatibility for the browser).
I'm not sure yet if this is a potential bug or not (I see the url is being dis-assembled for later re-assembly), but I thought I should jot the observation in an issue for reference, if we need it.
- http://stackoverflow.com/questions/3807674/get-pathname-from-href-in-javascript
- http://stackoverflow.com/questions/956233/javascript-pathname-ie-quirk
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
No se nombra ningún archivo fuente ni ninguna prueba. Empieza localizando el JavaScript que obtiene una URL a través de un elemento de anclaje y que posteriormente la descompone y la vuelve a ensamblar; compara el comportamiento de IE8 con las referencias enlazadas. Se considera terminado determinar si la diferencia de la barra inicial es un error real y, si lo es, cubrir el comportamiento y corregirlo.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- frontend
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 20/100