-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The href of a link processsed incorrectly in an iframe without src if it is set from the main window #620
Labels
AREA: client
!IMPORTANT!
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
SYSTEM: URL processing
TYPE: bug
Milestone
Comments
I'm working on this |
The second case doesn't reproduce |
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Aug 30, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Aug 30, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Aug 31, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Aug 31, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Nov 28, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Nov 29, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Nov 29, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Dec 6, 2016
…rc if it is set from the main window' (close DevExpress#620)
LavrovArtem
added a commit
to LavrovArtem/testcafe-hammerhead
that referenced
this issue
Dec 16, 2016
…rc if it is set from the main window' (close DevExpress#620)
AndreyBelym
pushed a commit
to AndreyBelym/testcafe-hammerhead
that referenced
this issue
Feb 28, 2019
…rc if it is set from the main window' (close DevExpress#620) (DevExpress#757)
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
lock
bot
added
the
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
label
Mar 28, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
AREA: client
!IMPORTANT!
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
SYSTEM: URL processing
TYPE: bug
There is an iframe
If I create a link inside the iframe in the following way:
the link has processed href without the
iframe
flag. As I result, when I click on it, the new page in the iframe hastask.js
script instead ofiframe-task.js
.If I do it in the other way:
it works ok in chrome and ie, but still broken in firefox.
The text was updated successfully, but these errors were encountered: