christiannaths / christiannaths/jquery.githubcode
IE issue
- Linguagem predominante
- JavaScript
- Estrelas
- 1
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Nenhum arquivo-fonte ou teste é nomeado. Comece localizando o JavaScript que obtém uma URL por meio de um elemento âncora e depois a desmonta e remonta; compare o comportamento do IE8 com as referências vinculadas. Considera-se concluído determinar se a diferença da barra inicial é um bug real e, se for, cobrir o comportamento e corrigi-lo.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- javascript
- Domínio
- frontend
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 20/100