Side navigation
#13769 closed bug (duplicate)
Opened April 12, 2013 01:40PM UTC
Closed April 15, 2013 05:14PM UTC
triggering event parameter is not passed
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello. I have created two files.
a) http://pastebin.com/f9dp0u7T
b) http://pastebin.com/k4A7AKey
The first one a) has a window.open to b)
The problem is in file b).You can read my comments.When using curRowNotOk and triggering the click event the parameter is not passed(you can see undefined in the console).
Using windows 7,jquery-1.9.1.js
Thanks!
Attachments (0)
Change History (6)
Changed April 12, 2013 01:44PM UTC by comment:1
Changed April 12, 2013 04:13PM UTC by comment:2
owner: | → anonymous |
---|---|
status: | new → pending |
Would it possible to convert your pastes to a working test case on http://jsbin.com or http://jsfiddle.net?
Changed April 12, 2013 08:53PM UTC by comment:3
status: | pending → new |
---|
Replying to [comment:2 timmywil]:
Would it possible to convert your pastes to a working test case on http://jsbin.com or http://jsfiddle.net?
The problem is that i need 2 html files and i don't know how to do it both sites you mentioned.Any ideas?
Changed April 14, 2013 11:05PM UTC by comment:4
status: | new → pending |
---|
You can get raw (i.e. not enclosed in frames and without all jsFiddle UI) by appending /show/light/
to the test case URL. See e.g. http://jsfiddle.net/m_gol/3hwjC/17/ and http://jsfiddle.net/m_gol/3hwjC/17/show/light/
Changed April 15, 2013 07:52AM UTC by comment:5
status: | pending → new |
---|
Thanks.For a complete example go to http://jsfiddle.net/tasoss/H9MGB/1/show/
and press open me.
I think i must give a few details.
Click on "open me".It will open the b) file in a popup and execute some javascript.You can check your console in the main window(file a) and you will see the "undefined" that i mention.
Replying to [ticket:13769 anonymous]: