FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 517 : content get's submitted when pressing preview in network links, courses, happenings
Last modified: 2007-03-03 04:45
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fjen
Assigned To:
fjen
Attachment
Type
Created
Size
Actions
Description
: Opened: 2007-02-11 11:57
I am using Internet Explorer 7 under Windows XP home. To be honest, as soon as i clicked on
"preview", i received some error message I didn't care about - it seemed that the operation
was not properly completed: there were some lines with error messages immediately under the
top menu band.
Next time, I will be more careful and take note of those error messages.
It seems clear that the preview itself posted my link - i suppose that the problem is right
there.
here:
http://processing.org/discourse/yabb_beta/YaBB.cgi
?
board=Suggestions;action=display;num=1171210477
Additional Comment
#1 From fjen 2007-03-03 02:51
http://processing.org/discourse/yabb_beta/YaBB.cgi
?
board=Suggestions;action=display;num=1172917856;start=0#0
Additional Comment
#2 From fjen 2007-03-03 04:43
internet explorer (5-6-7) will not report name-value pairs for <input type="image" ..>. since
we use image-submit buttons this prevented preview from working and was submitting the
content directly.
made it work by checking against the x,y coordinates that get posted when you press submit or
preview.
fixed in courses.php, happenings.php and for network links.