Closed
Bug 347070
Opened 17 years ago
Closed 13 years ago
Implement RepetitionElement for Web Forms 2.0
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: sdwilsh, Unassigned)
References
()
Details
Attachments
(1 file, 3 obsolete files)
14.90 KB,
patch
|
Details | Diff | Splinter Review |
Implement as per spec. Hopefully with XBL/JS.
Reporter | ||
Updated•17 years ago
|
Assignee: general → comrade693
Reporter | ||
Comment 1•17 years ago
|
||
So after talking to bz about this on irc, it has been determined that this needs to be implemented in C++ because of issues with XBL. These may be fixed in XBL2. Essentially, the properties added by XBL aren't visible to C++ code accessing the DOM initially. This is why it had to be written in C++.
Assignee: comrade693 → general
Keywords: helpwanted
Reporter | ||
Comment 2•17 years ago
|
||
Here's the IDL file for the element. Should save someone some time.
Comment 3•17 years ago
|
||
clarification: display:none breaks XBL bindings right now. :(
Reporter | ||
Comment 4•17 years ago
|
||
This isn't done, but it's progress (best that I have it in more that one place). This will compile with v0.2 on Bug 347007 assuming I got all the files for each patch. Feedback welcome.
Assignee: general → comrade693
Attachment #231868 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Reporter | ||
Updated•17 years ago
|
Keywords: helpwanted
Reporter | ||
Comment 5•17 years ago
|
||
Ignore the stuff about nsDOMRepetitionEvent as that code is related to Bug 347007. Some of this stuff works correctly, but I make no claims to functionality of things that say they don't work. If you want to provide feedback, by all means do so. :)
Attachment #232473 -
Attachment is obsolete: true
Reporter | ||
Comment 6•17 years ago
|
||
As per conversations with sicking on irc, I'm going to be breaking this up into much smaller bugs to try to help out the reviewers. This is just a subset of v0.2, but it's just the function headers and what is needed for the tearoff to work. This code does in fact work for the tearoff, but obviously none of the functions exist in this patch.
Attachment #234357 -
Attachment is obsolete: true
Attachment #234834 -
Flags: review?(bzbarsky)
![]() |
||
Comment 7•17 years ago
|
||
Er.... So what do you want review on? You can't land that part on its own...
Reporter | ||
Updated•17 years ago
|
Attachment #234834 -
Flags: review?(bzbarsky)
Reporter | ||
Updated•16 years ago
|
Target Milestone: mozilla1.9beta1 → Future
Reporter | ||
Updated•15 years ago
|
Assignee: sdwilsh → nobody
Status: ASSIGNED → NEW
Comment 8•14 years ago
|
||
Repetition has been dropped in HTML 5. Should this bug be marked as WONTFIX?
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•