Skip to main content

Bug Tracker

Side navigation

#13158 closed bug (invalid)

Opened January 05, 2013 06:53PM UTC

Closed January 21, 2013 09:05AM UTC

Last modified January 26, 2013 12:06AM UTC

Erro ao usar janelas para mensagens de validação de campos, no IE9

Reported by: alexklehm@yahoo.com.br Owned by: alexklehm@yahoo.com.br
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

Ao mostrar as janela de mensagem utilizando jquery-ui-1.9.2 e jquery-1.8.3 no IE9 ocorre o erro: "Linha: 3248 Erro: Membro não encontrado.".

Para corrigir, adicionei a validação a seguir na linha 3246 do jquery-1.8.3.js.

if (src && typeof src[ 'type' ] === "unknown" ) {// Alex Klehm - Para corrigir erro ocorrido no IE9

src = null;

}

Não sei se é a melhor solução mas funcionou para mim. Não sei se é possível analisar este problema com as informações que passei, mas se for e houver uma solução melhor eu agradeço.

Attachments (0)
Change History (3)

Changed January 06, 2013 04:54PM UTC by dmethvin comment:1

owner: → alexklehm@yahoo.com.br
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Changed January 21, 2013 09:05AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed January 26, 2013 12:06AM UTC by alexklehm@yahoo.com.br comment:3

Verifiquei que o erro era causado por uma extensão chamada Dialog extra, que eu havia adaptado a minha aplicação.

Atualizei para as versões mais atuais do JQuery e do JQuery-ui e fiz eu mesmo as opções de Maximizar, Minimizar e Restaurar janelas, alterando diretamente no JQuery-ui.