Opened 10 years ago
Closed 10 years ago
#12843 closed Bug (fixed)
Fix iframe URL in manual test for #12812
Reported by: | Marek Lewandowski | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.8 |
Component: | General | Version: | 4.4.7 |
Keywords: | Cc: |
Description
Test /tests/tickets/12812/1 uses a fixed port for testing.
Port 1030 might not always be the case, eg. with our automated building script (ck-presets) we're running bender at port 10<ckVersion>
, eg 10447
.
If you don't have bender ran for 1030 you're unable to check the test.
We eventually might use javascript location.port
to determine the current port.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | → 4.4.7 |
Fixed on master with git:51df572.